diff options
| author | 2018-11-27 19:40:08 -0500 | |
|---|---|---|
| committer | 2018-11-27 19:40:08 -0500 | |
| commit | 4dff175cd8880adccabd2b2e95911cd20acccf74 (patch) | |
| tree | a6cf661b5437af43abce0176bd33448865c2b345 /src/modules/codetester | |
| parent | Remove the keyword register from the code. (diff) | |
| download | KVIrc-4dff175cd8880adccabd2b2e95911cd20acccf74.tar.gz KVIrc-4dff175cd8880adccabd2b2e95911cd20acccf74.tar.bz2 KVIrc-4dff175cd8880adccabd2b2e95911cd20acccf74.zip | |
Fix compiler warnings in the code.
Diffstat (limited to 'src/modules/codetester')
| -rw-r--r-- | src/modules/codetester/CodeTesterWindow.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/codetester/CodeTesterWindow.cpp b/src/modules/codetester/CodeTesterWindow.cpp index 91a95a193..951553b2c 100644 --- a/src/modules/codetester/CodeTesterWindow.cpp +++ b/src/modules/codetester/CodeTesterWindow.cpp @@ -89,7 +89,6 @@ void CodeTesterWindow::execute() { QString buffer; m_pEditor->getText(buffer); - KviConsoleWindow * pConsole = g_pApp->activeConsole(); QStringList slParams = m_pParams->text().split(';'); KviKvsVariantList params{&slParams}; KviKvsScript::run(buffer, this, ¶ms); |
