forked from qt-creator/qt-creator
CMakeEditor: Replace member var with InfoBar call
This changes behavior. Editing a cmake file then building then editing it again will display the warning again. It currently doesn't. Change-Id: I8ecb31956102680e953a40dcb5e95bde819aa652 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
committed by
Daniel Teske
parent
68b9966bf2
commit
d3302d83a6
@@ -63,8 +63,6 @@ public:
|
||||
private slots:
|
||||
void markAsChanged();
|
||||
void build();
|
||||
private:
|
||||
bool m_infoBarShown;
|
||||
};
|
||||
|
||||
class CMakeEditorWidget : public TextEditor::BaseTextEditorWidget
|
||||
|
||||
Reference in New Issue
Block a user