diff options
| author | 2015-10-04 11:25:44 -0400 | |
|---|---|---|
| committer | 2015-10-04 11:25:44 -0400 | |
| commit | 8c05d9252cea8e20e84c4c5dba089732631cfff6 (patch) | |
| tree | 64948e431a8e556f7e49ca6b39c21b477832d684 /src/modules/logview/LogViewWindow.cpp | |
| parent | Merge pull request #1647 from un1versal/Cant-Help_Myself (diff) | |
| download | KVIrc-8c05d9252cea8e20e84c4c5dba089732631cfff6.tar.gz KVIrc-8c05d9252cea8e20e84c4c5dba089732631cfff6.tar.bz2 KVIrc-8c05d9252cea8e20e84c4c5dba089732631cfff6.zip | |
Update all applicable Subversion references to Git
Diffstat (limited to 'src/modules/logview/LogViewWindow.cpp')
| -rw-r--r-- | src/modules/logview/LogViewWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/logview/LogViewWindow.cpp b/src/modules/logview/LogViewWindow.cpp index cccbf8813..353d83dbe 100644 --- a/src/modules/logview/LogViewWindow.cpp +++ b/src/modules/logview/LogViewWindow.cpp @@ -198,7 +198,7 @@ LogViewWindow::LogViewWindow() //m_pExportLogPopup->addAction(__tr2qs_ctx("database file","log")); // 18.11.14: Originally this hooked activated, but Qt4 kept sending bullshit IDs here - // https://svn.kvirc.de/kvirc/ticket/934#comment:9 + // https://github.com/kvirc/KVIrc/issues/934#issuecomment-124933890 connect(m_pExportLogPopup,SIGNAL(triggered(QAction*)),this,SLOT(exportLog(QAction*))); m_pTimer = new QTimer(this); |
