Less annoying syntax checker.

This commit is contained in:
Roberto Raggi
2009-02-10 22:56:04 +01:00
parent a33ae02927
commit 9539bb2b28
5 changed files with 83 additions and 7 deletions

View File

@@ -65,7 +65,7 @@ public:
int updateDocumentInterval() const;
void setUpdateDocumentInterval(int updateDocumentInterval);
QString contents() const;
QString contents();
private Q_SLOTS:
void updateDocument();
@@ -79,6 +79,7 @@ private:
QTimer *_updateDocumentTimer;
int _updateDocumentInterval;
QFuture<void> _documentParser;
QString _cachedContents;
};
} // namespace Internal