summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index c56a98c6..152c0a27 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -276,6 +276,8 @@ private:
int m_ContextRow;
QTreeWidgetItem *m_ContextItem;
+ QAction *m_ContextAction;
+
int m_SelectedSaveGame;
Settings m_Settings;
@@ -454,6 +456,9 @@ private slots:
void downloadSpeed(const QString &serverName, int bytesPerSecond);
+ void toolBar_customContextMenuRequested(const QPoint &point);
+ void removeFromToolbar();
+
private slots: // ui slots
// actions
void on_actionAdd_Profile_triggered();
@@ -485,6 +490,7 @@ private slots: // ui slots
void on_displayCategoriesBtn_toggled(bool checked);
void on_groupCombo_currentIndexChanged(int index);
void on_categoriesList_itemSelectionChanged();
+ void on_linkButton_pressed();
};
#endif // MAINWINDOW_H