diff options
| author | 2016-05-17 14:16:05 +0100 | |
|---|---|---|
| committer | 2016-05-17 18:18:01 +0100 | |
| commit | 1676464bdc3e7f1ae47cda3d95344c044c2c9207 (patch) | |
| tree | 30b66bb70918768dd9b8f0a5eb8ebc71790852e7 /src/modules/dcc/DccChatWindow.cpp | |
| parent | Fix bug introduced in 37b9fe9 (diff) | |
| download | KVIrc-1676464bdc3e7f1ae47cda3d95344c044c2c9207.tar.gz KVIrc-1676464bdc3e7f1ae47cda3d95344c044c2c9207.tar.bz2 KVIrc-1676464bdc3e7f1ae47cda3d95344c044c2c9207.zip | |
various cosmetic: consistent comment format
+ remove separators to make it consistent.
Diffstat (limited to 'src/modules/dcc/DccChatWindow.cpp')
| -rw-r--r-- | src/modules/dcc/DccChatWindow.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/dcc/DccChatWindow.cpp b/src/modules/dcc/DccChatWindow.cpp index dff390e64..eaf657e2f 100644 --- a/src/modules/dcc/DccChatWindow.cpp +++ b/src/modules/dcc/DccChatWindow.cpp @@ -69,9 +69,9 @@ extern DccBroker * g_pDccBroker; -////////////////////////////////////////////////////////////////////////////////////// +// // WINDOW -////////////////////////////////////////////////////////////////////////////////////// +// DccChatWindow::DccChatWindow(DccDescriptor * dcc, const char * name) : DccWindow(KviWindow::DccChat, name, dcc) @@ -595,9 +595,9 @@ void DccChatWindow::connected() } } -////////////////////////////////////////////////////////////////////////////////////// +// // THREAD -////////////////////////////////////////////////////////////////////////////////////// +// DccChatThread::DccChatThread(KviWindow * wnd, kvi_socket_t fd) : DccThread(wnd, fd) |
