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:
Alessandro Portale
2018-11-04 09:50:14 +01:00
parent 24bcce4aa6
commit adf5305af6
8 changed files with 18 additions and 18 deletions

View File

@@ -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.