]> vaikene.ee Git - evaf/blobdiff - src/apps/FileFinder/GUI/gui.h
Fixed small mistakes detected with clang++
[evaf] / src / apps / FileFinder / GUI / gui.h
index c8d36334b5777ad139075b0f1c238b5f20e4cd0b..4d22d0b0d7636d14722fa6d28a1094a42a6d5d80 100644 (file)
@@ -41,7 +41,7 @@ namespace SdiWindow {
     struct iSdiWindow;    
 } // namespace eVaf::SdiWindow
 namespace FileFinder {
-    struct iFileFinder;
+    class iFileFinder;
 namespace GUI {
 
 namespace Internal {
@@ -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;