aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_welcome.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/main_welcome.h')
-rw-r--r--ui/qt/main_welcome.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/qt/main_welcome.h b/ui/qt/main_welcome.h
index 97d66c0f53..18574cbabf 100644
--- a/ui/qt/main_welcome.h
+++ b/ui/qt/main_welcome.h
@@ -54,6 +54,7 @@ private:
// We may want to subclass it at some point.
QListWidget *recent_files_;
// MWOverlay *overlay;
+ QMenu *recent_ctx_menu_;
signals:
@@ -75,6 +76,9 @@ private slots:
void updateRecentFiles();
void openRecentItem(QListWidgetItem *item);
void changeEvent(QEvent* event);
+ void showRecentContextMenu(QPoint pos);
+ void showRecentFolder();
+ void copyRecentPath();
};
#endif // MAIN_WELCOME_H