Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kamm <kamm@incasoftware.de>2015-07-02 11:49:18 +0300
committerChristian Kamm <kamm@incasoftware.de>2015-07-02 11:49:18 +0300
commit1b31f45435ff2643272ee2d0f0b66dea6a5600d5 (patch)
tree229dc60ac2effd83ff103b002c629c8b2a4dbcea /src/gui/sslbutton.h
parent4420d52919f14bdc8f1babbcaebf1674631f62cc (diff)
SslButton: Only show menu when info is available.
For unencrypted connections there used to be a small arrow indicating that more information was available, but clicking the button had no effect. That indicator is now gone because we unset the SslButton's menu for these cases.
Diffstat (limited to 'src/gui/sslbutton.h')
-rw-r--r--src/gui/sslbutton.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/sslbutton.h b/src/gui/sslbutton.h
index b201805af..6de7999c8 100644
--- a/src/gui/sslbutton.h
+++ b/src/gui/sslbutton.h
@@ -45,6 +45,7 @@ private:
QMenu* buildCertMenu(QMenu *parent, const QSslCertificate& cert,
const QList<QSslCertificate>& userApproved, int pos);
QPointer<AccountState> _accountState;
+ QMenu* _menu;
};
} // namespace OCC