diff options
| author | 2016-04-13 04:15:17 +0100 | |
|---|---|---|
| committer | 2016-04-13 05:03:29 +0100 | |
| commit | 583c203691380a28cb7f76a51d17a9f9ad3ad063 (patch) | |
| tree | 4a57f71993369e09c01a725fc670db5a7ee41fb2 /src/modules/links/LinksWindow.cpp | |
| parent | KvsEventTable: Change whitespace instace to a tab (diff) | |
| download | KVIrc-583c203691380a28cb7f76a51d17a9f9ad3ad063.tar.gz KVIrc-583c203691380a28cb7f76a51d17a9f9ad3ad063.tar.bz2 KVIrc-583c203691380a28cb7f76a51d17a9f9ad3ad063.zip | |
LinksWindow: adjust indenting
Diffstat (limited to 'src/modules/links/LinksWindow.cpp')
| -rw-r--r-- | src/modules/links/LinksWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/links/LinksWindow.cpp b/src/modules/links/LinksWindow.cpp index 673cb5a33..772406a1f 100644 --- a/src/modules/links/LinksWindow.cpp +++ b/src/modules/links/LinksWindow.cpp @@ -89,7 +89,7 @@ LinksWindow::LinksWindow(KviConsoleWindow * lpConsole) m_pLinkList->setAutoDelete(true); m_pHostPopup = new QMenu(); - connect(m_pHostPopup,SIGNAL(triggered(QAction*)),this,SLOT(hostPopupClicked(QAction *))); + connect(m_pHostPopup,SIGNAL(triggered(QAction*)),this,SLOT(hostPopupClicked(QAction *))); connectionStateChange(); |
