forked from qt-creator/qt-creator
CppCheck: Rework settings handling
Change-Id: Id9c9b316c5e0d39bc5fcba14951664e72d947a71 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -17,21 +17,15 @@ class SelectableFilesFromDirModel;
|
||||
|
||||
namespace Cppcheck::Internal {
|
||||
|
||||
class OptionsWidget;
|
||||
class CppcheckOptions;
|
||||
|
||||
class ManualRunDialog : public QDialog
|
||||
{
|
||||
public:
|
||||
ManualRunDialog(const CppcheckOptions &options,
|
||||
const ProjectExplorer::Project *project);
|
||||
ManualRunDialog(QWidget *optionsWidget, const ProjectExplorer::Project *project);
|
||||
|
||||
CppcheckOptions options() const;
|
||||
Utils::FilePaths filePaths() const;
|
||||
QSize sizeHint() const override;
|
||||
|
||||
private:
|
||||
OptionsWidget *m_options;
|
||||
ProjectExplorer::SelectableFilesFromDirModel *m_model;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user