summaryrefslogtreecommitdiff
path: root/noncore/unsupported/oipkg/settings.cpp
Side-by-side diff
Diffstat (limited to 'noncore/unsupported/oipkg/settings.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/oipkg/settings.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/noncore/unsupported/oipkg/settings.cpp b/noncore/unsupported/oipkg/settings.cpp
index 2b324be..8f91995 100644
--- a/noncore/unsupported/oipkg/settings.cpp
+++ b/noncore/unsupported/oipkg/settings.cpp
@@ -431,6 +431,11 @@ QStringList PackageManagerSettings::getDestinationUrls()
}
void PackageManagerSettings::linkEnabled( bool b )
{
activeLinkDestination->setEnabled( b );
}
+
+void PackageManagerSettings::activeDestinationChange(int i)
+{
+ activeLinkDestination->setCurrentItem( i );
+} \ No newline at end of file