summaryrefslogtreecommitdiff
path: root/noncore/unsupported/oipkg/settings.cpp
Unidiff
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()
431} 431}
432 432
433void PackageManagerSettings::linkEnabled( bool b ) 433void PackageManagerSettings::linkEnabled( bool b )
434{ 434{
435 activeLinkDestination->setEnabled( b ); 435 activeLinkDestination->setEnabled( b );
436} 436}
437
438void PackageManagerSettings::activeDestinationChange(int i)
439{
440 activeLinkDestination->setCurrentItem( i );
441} \ No newline at end of file