aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme
diff options
context:
space:
mode:
authorGravatar Fabio Bas2008-11-08 17:17:14 +0000
committerGravatar Fabio Bas2008-11-08 17:17:14 +0000
commit2850c46e4cadcffb55e346c386137f2757b54af2 (patch)
tree9bc18c9a9456c6f732e0e7138236edda16798a12 /src/modules/theme
parentapplied patch to fix kvirc4.desktop, thanks to Arfrever (diff)
downloadKVIrc-2850c46e4cadcffb55e346c386137f2757b54af2.tar.gz
KVIrc-2850c46e4cadcffb55e346c386137f2757b54af2.tar.bz2
KVIrc-2850c46e4cadcffb55e346c386137f2757b54af2.zip
hopefully removed all the remaining noisy messages from gcc
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2841 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/theme')
-rw-r--r--src/modules/theme/libkvitheme.cpp4
-rw-r--r--src/modules/theme/managementdialog.cpp3
2 files changed, 3 insertions, 4 deletions
diff --git a/src/modules/theme/libkvitheme.cpp b/src/modules/theme/libkvitheme.cpp
index ef8e4cd9a..f3313aac2 100644
--- a/src/modules/theme/libkvitheme.cpp
+++ b/src/modules/theme/libkvitheme.cpp
@@ -142,7 +142,7 @@ static bool theme_kvs_cmd_screenshot(KviKvsModuleCommandCall * c)
Shows the theme theme management editor
*/
-static bool theme_kvs_cmd_dialog(KviKvsModuleCommandCall * c)
+static bool theme_kvs_cmd_dialog(KviKvsModuleCommandCall *)
{
KviThemeManagementDialog::display();
return true;
@@ -174,7 +174,7 @@ static bool theme_module_cleanup(KviModule *m)
return true;
}
-static bool theme_module_can_unload(KviModule * m)
+static bool theme_module_can_unload(KviModule *)
{
return (!KviThemeManagementDialog::instance());
}
diff --git a/src/modules/theme/managementdialog.cpp b/src/modules/theme/managementdialog.cpp
index f1ef68a82..c803e8453 100644
--- a/src/modules/theme/managementdialog.cpp
+++ b/src/modules/theme/managementdialog.cpp
@@ -313,7 +313,6 @@ jump_out:
void KviThemeManagementDialog::installFromFile()
{
- int iThemeCount=0;
QString szFileName;
QString szError;
@@ -401,7 +400,7 @@ void KviThemeManagementDialog::closeEvent(QCloseEvent * e)
delete this;
}
-void KviThemeManagementDialog::tipRequest(QListWidgetItem *it,const QPoint &pnt)
+void KviThemeManagementDialog::tipRequest(QListWidgetItem *,const QPoint &)
{
// FIXME
/*