]> vaikene.ee Git - evaf/blobdiff - src/apps/FileFinder/GUI/gui.h
* Added commands to copy current file name or all names to the clipboard.
[evaf] / src / apps / FileFinder / GUI / gui.h
index c8d36334b5777ad139075b0f1c238b5f20e4cd0b..2c55cc517fae35f09099ba7dab601a95f94125a0 100644 (file)
@@ -112,6 +112,10 @@ private slots:
 
     void openDirectory();
 
+    void copyName();
+
+    void copyAllNames();
+
 
 private: // Members
 
@@ -127,6 +131,8 @@ private: // Members
     /// Actions
     QAction * mOpenFileAction;
     QAction * mOpenDirectoryAction;
+    QAction * mCopyNameAction;
+    QAction * mCopyAllNamesAction;
 
     /// Widgets on the screen
     Internal::MainWidget * wMain;