summaryrefslogtreecommitdiffstats
path: root/shemovcleaner.h
diff options
context:
space:
mode:
Diffstat (limited to 'shemovcleaner.h')
-rw-r--r--shemovcleaner.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/shemovcleaner.h b/shemovcleaner.h
index c3485bf..c4abf84 100644
--- a/shemovcleaner.h
+++ b/shemovcleaner.h
@@ -7,8 +7,6 @@ class QTabWidget;
class TorrentWidget;
class FileWidget;
class QLabel;
-class QAction;
-class QKeyEvent;
class QProgressBar;
class ShemovCleaner : public QMainWindow {
@@ -30,7 +28,6 @@ class ShemovCleaner : public QMainWindow {
private:
void createStatusBar();
void createGlobalActions();
- void createActions();
void openDatabase();
QAction *createSeparator();
QLabel *mSelected;
@@ -39,19 +36,6 @@ class ShemovCleaner : public QMainWindow {
QTabWidget *mTab;
TorrentWidget *mTorrentTab;
FileWidget *mFileTab;
- QAction *mTorRefreshA;
- QAction *mTorDeleteA;
- QAction *mTorMoveA;
- QAction *mTorInfoA;
- QAction *mTorDirA;
- QAction *mTorCopyToClipA;
- QAction *mFnThisCopyToClipA;
- QAction *mFileRefreshA;
- QAction *mFileDirA;
- QAction *mFileUpA;
- QAction *mFileBackDirA;
- QAction *mFilePropertiesA;
- QAction *mFileDeleteA;
};
#endif // SHEMOVCLEANER_H