summaryrefslogtreecommitdiffstats
path: root/application/pages/instance/ServersPage.h
diff options
context:
space:
mode:
Diffstat (limited to 'application/pages/instance/ServersPage.h')
-rw-r--r--application/pages/instance/ServersPage.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/application/pages/instance/ServersPage.h b/application/pages/instance/ServersPage.h
index 9c9cc388..c81f47be 100644
--- a/application/pages/instance/ServersPage.h
+++ b/application/pages/instance/ServersPage.h
@@ -79,7 +79,9 @@ private slots:
void nameEdited(const QString & name);
void addressEdited(const QString & address);
- void resourceIndexChanged(int index);
+ void resourceIndexChanged(int index);\
+
+ void ShowContextMenu(const QPoint &pos);
private: // data
int currentServer = -1;