summaryrefslogtreecommitdiff
path: root/noncore/unsupported/oipkg/settings.cpp
Unidiff
Diffstat (limited to 'noncore/unsupported/oipkg/settings.cpp') (more/less context) (show 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
@@ -425,12 +425,17 @@ QStringList PackageManagerSettings::getDestinationUrls()
425 QStringList sl; 425 QStringList sl;
426 for (int i=0; i<(int)destinations->count(); i++) 426 for (int i=0; i<(int)destinations->count(); i++)
427 { 427 {
428 sl += *destinationurlDic[i]; 428 sl += *destinationurlDic[i];
429 } 429 }
430 return sl; 430 return sl;
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