Fixes: Add a combo for diff file browsing, bring diff editors to front, exclude qconfig.pri from files examined by p4.

Task: 234842
This commit is contained in:
Friedemann Kleint
2009-03-10 11:02:12 +01:00
parent f2550c2ca7
commit 6ffdf7cf40
6 changed files with 172 additions and 12 deletions

View File

@@ -79,6 +79,8 @@ public:
// Set formats from a sequence of type QTextCharFormat
void setFormats(const QVector<QTextCharFormat> &s);
QRegExp filePattern() const;
private:
DiffHighlighterPrivate *m_d;
};