diff options
| author | 2015-10-18 05:16:18 -0400 | |
|---|---|---|
| committer | 2015-10-18 05:17:31 -0400 | |
| commit | e227679b0af3687acf9292953edbb0ebeab19df9 (patch) | |
| tree | b498cd485b2cf65cd6e4288ba75beb3ba6e89e02 /src/modules/theme/ThemeManagementDialog.cpp | |
| parent | Merge pull request #1674 from un1versal/The-Emperor's-New-Clothes (diff) | |
| download | KVIrc-e227679b0af3687acf9292953edbb0ebeab19df9.tar.gz KVIrc-e227679b0af3687acf9292953edbb0ebeab19df9.tar.bz2 KVIrc-e227679b0af3687acf9292953edbb0ebeab19df9.zip | |
Clean up trailing whitespaces and excess newlines
Oh how I can already hear the sound of angry villagers
with pitchforks running over to my desk
Diffstat (limited to 'src/modules/theme/ThemeManagementDialog.cpp')
| -rw-r--r-- | src/modules/theme/ThemeManagementDialog.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/theme/ThemeManagementDialog.cpp b/src/modules/theme/ThemeManagementDialog.cpp index a20c2f7fd..434c9b69d 100644 --- a/src/modules/theme/ThemeManagementDialog.cpp +++ b/src/modules/theme/ThemeManagementDialog.cpp @@ -468,7 +468,7 @@ void ThemeManagementDialog::fillThemeBox(bool bBuiltin) for(int i=0;i<slThemes.count();i++) { //qDebug("Installed theme %s builtin %d",slThemes.at(i).toUtf8().data(),bBuiltin); - + KviThemeInfo * inf = new KviThemeInfo(); if(inf->load(slThemes.at(i),bBuiltin ? KviThemeInfo::Builtin : KviThemeInfo::User)) { @@ -556,4 +556,3 @@ void ThemeManagementDialog::tipRequest(QListWidgetItem *,const QPoint &) // pTip->tip(m_pListWidget->visualItemRect(it),szThemeDescription); */ } - |
