diff options
Diffstat (limited to 'smdirmodel.h')
-rw-r--r-- | smdirmodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smdirmodel.h b/smdirmodel.h index 9c311e0..e33392f 100644 --- a/smdirmodel.h +++ b/smdirmodel.h @@ -33,7 +33,7 @@ class SmDirModel : public SmTreeModel { bool isDir(const QModelIndex &idx) const; QDir dir() const; QFileInfo fileInfo(const QModelIndex &idx) const; - + QTimer *refresTimer() { return mRefreshTimer; } public slots: void setDir(const QString &dir); |