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:
Orgad Shaneh
2013-01-08 22:42:14 +02:00
committed by Daniel Teske
parent 68b9966bf2
commit d3302d83a6
2 changed files with 6 additions and 8 deletions

View File

@@ -63,8 +63,6 @@ public:
private slots:
void markAsChanged();
void build();
private:
bool m_infoBarShown;
};
class CMakeEditorWidget : public TextEditor::BaseTextEditorWidget