Introduced CppTools::EditorSupport::contentsChanged().

This commit is contained in:
Roberto Raggi
2009-03-02 15:48:06 +01:00
parent c9b2bae486
commit a8cfda0ddb
2 changed files with 7 additions and 1 deletions

View File

@@ -63,6 +63,9 @@ public:
QString contents();
Q_SIGNALS:
void contentsChanged();
private Q_SLOTS:
void updateDocument();
void updateDocumentNow();