-rw-r--r-- | core/launcher/launcher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/launcher/launcher.cpp b/core/launcher/launcher.cpp index aa357ca..010a2e9 100644 --- a/core/launcher/launcher.cpp +++ b/core/launcher/launcher.cpp @@ -606,9 +606,9 @@ void Launcher::properties( AppLnk *appLnk ) QPEApplication::execDialog( &prop ); } } -void Launcher::storageChanged( const QList<FileSystem> &fs ) +void Launcher::storageChanged( const QList<FileSystem> & ) { // ### update combo boxes if we had a combo box for the storage type } |