forked from qt-creator/qt-creator
Remove unused QObject parent arguments on options pages
In the new plugin setup scheme they are data members of the plugin pimpl and never use the parent. Change-Id: I28fe150393e8159064dcfbd113ce0320af50fd58 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -61,8 +61,6 @@
|
||||
#include <QMessageBox>
|
||||
#include <QMenu>
|
||||
|
||||
#include <QtPlugin>
|
||||
|
||||
using namespace ProjectExplorer;
|
||||
|
||||
namespace ClangTools {
|
||||
@@ -71,7 +69,7 @@ namespace Internal {
|
||||
class ClangToolsOptionsPage : public Core::IOptionsPage
|
||||
{
|
||||
public:
|
||||
explicit ClangToolsOptionsPage()
|
||||
ClangToolsOptionsPage()
|
||||
{
|
||||
setId(Constants::SETTINGS_PAGE_ID);
|
||||
setDisplayName(QCoreApplication::translate(
|
||||
|
||||
Reference in New Issue
Block a user