summaryrefslogtreecommitdiff
path: root/noncore/tools/remote/topgroup.h
Side-by-side diff
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
@@ -23,9 +23,10 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
class TopGroup : public QWidget
{
public:
TopGroup(QWidget *parent=0, const char *name=0);
void updateRemotes(Config *cfg);
+ QString getRemotesText();
private:
QComboBox *remotes;
};