Fixed some codeql warnings
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
7317105e4d
commit
5afe75e821
11 changed files with 15 additions and 16 deletions
|
@ -32,8 +32,8 @@ class TestCheck : public QObject {
|
|||
void finished();
|
||||
|
||||
private slots:
|
||||
void checkFinished(JavaChecker::Result result);
|
||||
void checkFinishedWithArgs(JavaChecker::Result result);
|
||||
void checkFinished(const JavaChecker::Result& result);
|
||||
void checkFinishedWithArgs(const JavaChecker::Result& result);
|
||||
|
||||
private:
|
||||
JavaChecker::Ptr checker;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue