aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme/ThemeManagementDialog.cpp
diff options
context:
space:
mode:
authorGravatar un1versal2016-05-08 02:36:03 +0100
committerGravatar un1versal2016-05-08 02:37:37 +0100
commit5f0292c32b336be0bb279a7511a9ee37ba9df3fa (patch)
tree28dbeb31c6c6aa730b2c79e904633148aff301cc /src/modules/theme/ThemeManagementDialog.cpp
parentcleanup: separators and spacing (diff)
downloadKVIrc-5f0292c32b336be0bb279a7511a9ee37ba9df3fa.tar.gz
KVIrc-5f0292c32b336be0bb279a7511a9ee37ba9df3fa.tar.bz2
KVIrc-5f0292c32b336be0bb279a7511a9ee37ba9df3fa.zip
cleanup: remove more ancient commented code p3
Diffstat (limited to 'src/modules/theme/ThemeManagementDialog.cpp')
-rw-r--r--src/modules/theme/ThemeManagementDialog.cpp30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/modules/theme/ThemeManagementDialog.cpp b/src/modules/theme/ThemeManagementDialog.cpp
index d37fbcf52..3b4fe8ed9 100644
--- a/src/modules/theme/ThemeManagementDialog.cpp
+++ b/src/modules/theme/ThemeManagementDialog.cpp
@@ -519,34 +519,4 @@ void ThemeManagementDialog::closeEvent(QCloseEvent * e)
void ThemeManagementDialog::tipRequest(QListWidgetItem *, const QPoint &)
{
- // FIXME
- /*
- //ThemeListWidgetItem * it = (ThemeListWidgetItem *)(m_pListWidget->itemAt(pnt));
-
- //if(!it)return;
-
- KviThemeInfo * pThemeInfo = ((ThemeListWidgetItem *)it)->themeInfo();
-
- QString szThemeDescription;
-
- ThemeFunctions::getThemeHtmlDescription(
- szThemeDescription,
- pThemeInfo->name(),
- pThemeInfo->version(),
- pThemeInfo->description(),
- pThemeInfo->subdirectory(),
- pThemeInfo->application(),
- pThemeInfo->author(),
- pThemeInfo->date(),
- pThemeInfo->themeEngineVersion(),
- pThemeInfo->mediumScreenshot(),
- 0
- );
- QLabel *wid=new QLabel(0);
- wid->setWindowFlags(Qt::Popup);
- wid->setText("Prova del tooltip");
- wid->move(pnt);
- wid->show();
-// pTip->tip(m_pListWidget->visualItemRect(it),szThemeDescription);
-*/
}