summaryrefslogtreecommitdiff
path: root/noncore/unsupported/oipkg/pksettings.h
Side-by-side diff
Diffstat (limited to 'noncore/unsupported/oipkg/pksettings.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/oipkg/pksettings.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/unsupported/oipkg/pksettings.h b/noncore/unsupported/oipkg/pksettings.h
index 11ba55c..fbb3b99 100644
--- a/noncore/unsupported/oipkg/pksettings.h
+++ b/noncore/unsupported/oipkg/pksettings.h
@@ -19,2 +19,3 @@ public:
bool createLinks();
+ QStringList getServers();
QStringList getActiveServers();
@@ -23,2 +24,4 @@ public:
QString getDestinationUrlByName(QString);
+ /** No descriptions */
+ QComboBox* getDestCombo();
@@ -61,2 +64,3 @@ public slots:
void renameInstallationSetting();
+ void activeServerChanged();
};