diff options
author | Arno <arno@disconnect.de> | 2018-03-31 09:30:54 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-03-31 09:30:54 +0200 |
commit | b2b21c5790a3fcf5ecd4fddff40420f5bd2d2009 (patch) | |
tree | 8e00e81c6f02a29245fcb7019b00a5aa44991667 /fswidget.h | |
parent | 54b3a12a039610bbf2e6787d99c187ecfd58f655 (diff) | |
download | SheMov-b2b21c5790a3fcf5ecd4fddff40420f5bd2d2009.tar.gz SheMov-b2b21c5790a3fcf5ecd4fddff40420f5bd2d2009.tar.bz2 SheMov-b2b21c5790a3fcf5ecd4fddff40420f5bd2d2009.zip |
Implement forward and back actions in FSWidget
Diffstat (limited to 'fswidget.h')
-rw-r--r-- | fswidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ class FSWidget : public QWidget { void insertItem(QComboBox *cb, const QString &text); void removeItem(QComboBox *cb); void gatherData(const QString &curDir); + void advanceDir(int by); int queryCount(QSqlQuery &q, const QString &arg) const; private: |