diff options
author | Arno <arno@disconnect.de> | 2018-03-31 10:13:12 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-03-31 10:13:12 +0200 |
commit | 3fac72595be7f86a65933cdf9928857353040c2b (patch) | |
tree | 4dd40a19cdd6f65253c30abbe8d2b59fbc0d3b92 /fswidget.h | |
parent | e76dc9ee93d5e4be08a2b37fd0f13565e5290d87 (diff) | |
download | SheMov-3fac72595be7f86a65933cdf9928857353040c2b.tar.gz SheMov-3fac72595be7f86a65933cdf9928857353040c2b.tar.bz2 SheMov-3fac72595be7f86a65933cdf9928857353040c2b.zip |
Add refresh to FSWidget
Diffstat (limited to 'fswidget.h')
-rw-r--r-- | fswidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ class FSWidget : public QWidget { public slots: void readSettings(); void writeSettings(); + void refresh(); private slots: void insertItem(QComboBox *cb, const QString &text); |