diff options
author | Arno <arno@disconnect.de> | 2016-09-04 08:58:32 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2016-09-04 08:58:32 +0200 |
commit | 6faf839f511102c6daa69ffb9d8d7231656d7c09 (patch) | |
tree | ed40e87a811499025bbce5569b31889d7a2da7c3 /shemovcleaner.h | |
parent | 15025b8b62697787f85fffc7349fb1f9847d39c4 (diff) | |
download | ShemovCleaner-6faf839f511102c6daa69ffb9d8d7231656d7c09.tar.gz ShemovCleaner-6faf839f511102c6daa69ffb9d8d7231656d7c09.tar.bz2 ShemovCleaner-6faf839f511102c6daa69ffb9d8d7231656d7c09.zip |
Add menuBar to FileWidget
Diffstat (limited to 'shemovcleaner.h')
-rw-r--r-- | shemovcleaner.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shemovcleaner.h b/shemovcleaner.h index 0ace511..7ffdec5 100644 --- a/shemovcleaner.h +++ b/shemovcleaner.h @@ -44,6 +44,12 @@ class ShemovCleaner : public QMainWindow { QAction *mTorDirA; QAction *mTorCopyToClipA; QAction *mFnThisCopyToClipA; + QAction *mFileRefreshA; + QAction *mFileDirA; + QAction *mFileUpA; + QAction *mFileBackDirA; + QAction *mFilePropertiesA; + QAction *mFileDeleteA; }; #endif // SHEMOVCLEANER_H |