forked from qt-creator/qt-creator
AutotoolsProjectManager: Modernize
modernize-use-nullptr modernize-use-override modernize-use-auto Change-Id: I7abab567a6dab1bde93c520aa8746380ae24fda8 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -56,7 +56,7 @@ public:
|
||||
MakefileParserThread(const QString &makefile);
|
||||
|
||||
/** @see QThread::run() */
|
||||
void run();
|
||||
void run() override;
|
||||
|
||||
/**
|
||||
* @return List of sources that are set for the _SOURCES target.
|
||||
|
||||
Reference in New Issue
Block a user