forked from qt-creator/qt-creator
CppEditor: Do not offer generated QObject functions
... in "create implementations" quickfix. Change-Id: Ie8aa00e432afdf1338d4897ad211c15fef753404 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -31,7 +31,13 @@
|
||||
#include <texteditor/quickfix.h>
|
||||
|
||||
namespace CppEditor {
|
||||
namespace Internal { class CppQuickFixInterface; }
|
||||
namespace Internal {
|
||||
class CppQuickFixInterface;
|
||||
|
||||
// These are generated functions that should not be offered in quickfixes.
|
||||
const QStringList magicQObjectFunctions();
|
||||
|
||||
}
|
||||
|
||||
class CPPEDITOR_EXPORT CppQuickFixOperation
|
||||
: public TextEditor::QuickFixOperation,
|
||||
|
||||
Reference in New Issue
Block a user