Add ShowEmpty sub menu in Tree Remote SharedFilesDialog.

This commit is contained in:
Phenom 2018-02-24 14:07:32 +01:00
parent 593e57b14c
commit a89ab8ffa3
4 changed files with 263 additions and 191 deletions

View file

@ -195,7 +195,7 @@ class RemoteSharedFilesDialog : public SharedFilesDialog
private slots:
void downloadRemoteSelected();
void downloadRemoteSelectedInteractive();
void expanded(const QModelIndex& indx);
void expanded(const QModelIndex& indx);
};
#endif