fixed actions' status after partial update

This commit is contained in:
Luis Ángel San Martín
2014-10-12 15:39:34 +02:00
parent 6a057dffd0
commit 2ad50ce05b
2 changed files with 15 additions and 0 deletions

View File

@ -332,6 +332,7 @@ public slots:
QProgressDialog * newProgressDialog(const QString & label, int maxValue);
void reloadAfterCopyMove();
QModelIndex getCurrentFolderIndex();
void enableNeededActions();
};
#endif