aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cvs
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-11-23 09:54:33 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-11-23 09:01:13 +0000
commit125578a91aba0cb5f26542d1fcba136ae0a92bff (patch)
treef86da970e0699746f66a9986e06107c4f7aab57c /src/plugins/cvs
parentb10766e4def9788aee4d9392be66bdd8c79c0c6e (diff)
CVS: We still need some public slots:-/
Change-Id: I48ee8706d564b9d537b7117ba48f1d6b47a4a870 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/cvs')
-rw-r--r--src/plugins/cvs/cvsplugin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/cvs/cvsplugin.h b/src/plugins/cvs/cvsplugin.h
index 83ae4a1f8d6..16218c524cb 100644
--- a/src/plugins/cvs/cvsplugin.h
+++ b/src/plugins/cvs/cvsplugin.h
@@ -98,6 +98,8 @@ public slots:
const QString &revision, int lineNumber);
private slots:
+ void slotDescribe(const QString &source, const QString &changeNr);
+
#ifdef WITH_TESTS
void testDiffFileResolving_data();
void testDiffFileResolving();
@@ -120,7 +122,6 @@ private:
void filelogCurrentFile();
void annotateCurrentFile();
void projectStatus();
- void slotDescribe(const QString &source, const QString &changeNr);
void updateDirectory();
void updateProject();
void submitCurrentLog();