forked from qt-creator/qt-creator
Cppcheck: Kill current check process only when needed
Kill only if it processes specified files Change-Id: I5dee99ec8aeaf3bf4d9dbf6aad195f54176170a2 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -51,7 +51,7 @@ public:
|
||||
void addToQueue(const Utils::FileNameList &files,
|
||||
const QString &additionalArguments = {});
|
||||
void removeFromQueue(const Utils::FileNameList &files);
|
||||
void stop();
|
||||
void stop(const Utils::FileNameList &files = {});
|
||||
|
||||
const Utils::FileNameList ¤tFiles() const;
|
||||
QString currentCommand() const;
|
||||
|
||||
Reference in New Issue
Block a user