[X2Go-Commits] [x2goclient] 255/281: src/onmainwindow.h: actually, we do need startSshd () to be public. Move it back.
git-admin at x2go.org
git-admin at x2go.org
Thu Jan 19 13:06:15 CET 2017
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch bugfix/osx
in repository x2goclient.
commit 05dc4d0cd29d1b99f349b0e7d54ce3c48f8eef72
Author: Mihai Moldovan <ionic at ionic.de>
Date: Wed Oct 26 20:47:32 2016 +0200
src/onmainwindow.h: actually, we do need startSshd () to be public. Move it back.
---
debian/changelog | 2 ++
src/onmainwindow.h | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 788034d..d64dde5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -484,6 +484,8 @@ x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium
directly.
- src/onmainwindow.cpp: re-order initializer list of WinServerStarter
constructor.
+ - src/onmainwindow.h: actually, we do need startSshd () to be public. Move
+ it back.
[ Bernard Cafarelli ]
* New upstream version (4.0.5.3):
diff --git a/src/onmainwindow.h b/src/onmainwindow.h
index 61c66de..e0f9d56 100644
--- a/src/onmainwindow.h
+++ b/src/onmainwindow.h
@@ -562,6 +562,7 @@ public:
QString internAppName ( const QString& transAppName,
bool* found=0l );
void setEmbedSessionActionsEnabled ( bool enable );
+ bool startSshd (key_types key_type = RSA_KEY_TYPE);
QSize getEmbedAreaSize();
#ifdef Q_OS_WIN
static QString cygwinPath ( const QString& winPath );
@@ -1198,7 +1199,6 @@ private:
std::size_t default_size_for_key_type (key_types key_type);
QString generateKey (key_types key_type, bool host_key = false);
QString createKeyBundle (key_types key_type = RSA_KEY_TYPE);
- bool startSshd (key_types key_type = RSA_KEY_TYPE);
////////////////plugin stuff////////////////////
#ifdef CFGPLUGIN
--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
More information about the x2go-commits
mailing list