summaryrefslogtreecommitdiff
path: root/noncore/tools/remote/topgroup.h
Unidiff
Diffstat (limited to 'noncore/tools/remote/topgroup.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/remote/topgroup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/tools/remote/topgroup.h b/noncore/tools/remote/topgroup.h
index 215292d..091ac14 100644
--- a/noncore/tools/remote/topgroup.h
+++ b/noncore/tools/remote/topgroup.h
@@ -26,6 +26,7 @@ class TopGroup : public QWidget
26public: 26public:
27 TopGroup(QWidget *parent=0, const char *name=0); 27 TopGroup(QWidget *parent=0, const char *name=0);
28 void updateRemotes(Config *cfg); 28 void updateRemotes(Config *cfg);
29 QString getRemotesText();
29private: 30private:
30 QComboBox *remotes; 31 QComboBox *remotes;
31}; 32};