ClangTools: Remember selected files

Change-Id: I53227d0ada37b613b7312149bb8e7c15f6bf2bcc
Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
Nikolai Kosjar
2018-05-07 17:04:26 +02:00
parent fae0e18334
commit 947ea4a051
8 changed files with 291 additions and 25 deletions

View File

@@ -55,9 +55,12 @@ public:
FileInfos filteredFileInfos() const;
private:
void accept() override;
std::unique_ptr<Ui::SelectableFilesDialog> m_ui;
std::unique_ptr<SelectableFilesModel> m_filesModel;
ProjectExplorer::Project *m_project;
QPushButton *m_analyzeButton = nullptr;
};