aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/giteditor.h
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2013-01-29 23:26:36 +0200
committerOrgad Shaneh <orgads@gmail.com>2013-01-30 10:26:58 +0100
commit8f4817152c5f18c3f14f6d3bdf4b104ca259062d (patch)
tree4fce8e88a9b1be7a968219bc2896006f8d5c931c /src/plugins/git/giteditor.h
parentf6f822f5f630a2fe175323eb30622909880e3de0 (diff)
Git: Add subject to log combobox
Change-Id: Icb76ad1c0783615172d929e8cf402feaffaddbdd Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/git/giteditor.h')
-rw-r--r--src/plugins/git/giteditor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/git/giteditor.h b/src/plugins/git/giteditor.h
index f51e15e41a..e904615009 100644
--- a/src/plugins/git/giteditor.h
+++ b/src/plugins/git/giteditor.h
@@ -66,6 +66,7 @@ private:
QStringList annotationPreviousVersions(const QString &revision) const;
bool isValidRevision(const QString &revision) const;
void addChangeActions(QMenu *menu, const QString &change);
+ QString revisionSubject(const QTextBlock &inBlock) const;
mutable QRegExp m_changeNumberPattern8;
mutable QRegExp m_changeNumberPattern40;