forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.7'
Change-Id: I3c5d7e9e8c589ad4425cd89d61e1f572f5cb7997
This commit is contained in:
@@ -73,8 +73,8 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
QWidget *createConfigurationWidget() override { return 0; }
|
||||
TestConfiguration *m_testConfig = 0;
|
||||
QWidget *createConfigurationWidget() override { return nullptr; }
|
||||
TestConfiguration *m_testConfig = nullptr;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user