summaryrefslogtreecommitdiffstats
path: root/src/client/toolbar/toolbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/toolbar/toolbar.cpp')
-rw-r--r--src/client/toolbar/toolbar.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/client/toolbar/toolbar.cpp b/src/client/toolbar/toolbar.cpp
index a8e50e9..ddb55f1 100644
--- a/src/client/toolbar/toolbar.cpp
+++ b/src/client/toolbar/toolbar.cpp
@@ -18,7 +18,7 @@
#include "toolbar.h"
#include "ui_toolbar.h"
-/***************************************************************************//**
+/**
* @brief
*
* Does exact teh same as Toolbar::Toolbar(QWidget *parent) but additionally
@@ -37,7 +37,7 @@ Toolbar::Toolbar(const QByteArray sessionName, QWidget *parent)
clientApp->connectWindow()->connectToSession(sessionName, "");
}
-/***************************************************************************//**
+/**
* @brief Constructor of the Toolbar.
*
* Does exact the same as Toolbar::Toolbar(QWidget *parent) but additionally
@@ -62,7 +62,7 @@ Toolbar::Toolbar(const bool autoConnect, QWidget *parent)
}
}
-/***************************************************************************//**
+/**
* @brief Constructor of the Toolbar.
*
* Constructs a widget which is a child of parent.
@@ -208,7 +208,7 @@ void Toolbar::updateButtonVisibility()
}
}
-/***************************************************************************//**
+/**
* Destructor of the Toolbar. Destroys the widget. All this widget's children
* are deleted first.
*/
@@ -223,7 +223,7 @@ Toolbar::~Toolbar()
* Override
*/
-/***************************************************************************//**
+/**
* This event is reimplemented to receive widget enter events. When the mouse
* cursor enters the widget, the timer which, when timed out, hides
* the Toolbar, gets stopped.
@@ -310,7 +310,7 @@ QString Toolbar::identifyMgrIP()
* Slots
*/
-/***************************************************************************//**
+/**
* A slot for changing the camera icon. This slot should be called permanently
* if the vnc server is recording the screen.
*/
@@ -326,7 +326,7 @@ void Toolbar::cameraBlink()
}
}
-/***************************************************************************//**
+/**
* A slot for the VncServerIsRunning signal. This slot will change the UI
* according to the state fo the VncServer.
* @param[in] port Indicates the state of the VncServer.
@@ -347,7 +347,7 @@ void Toolbar::onVncServerIsRunning(int port)
}
}
-/***************************************************************************//**
+/**
* A slot for the onDisconnected signal of the ConnectWindow. This slot will
* change the UI according to the state fo the connection.
*/
@@ -367,7 +367,7 @@ void Toolbar::onDisconnected(ServerConnection* connection)
QTimer::singleShot(1, this, SLOT(updateButtonVisibility()));
}
-/***************************************************************************//**
+/**
* A slot for the onConnected signal of the ConnectWindow. This slot will
* change the UI according to the state of the connection and connect the
* relevant signals and slots.
@@ -393,7 +393,7 @@ void Toolbar::onConnected(ServerConnection* connection)
connect(_vnc, SIGNAL(running(const bool, const int)), connection, SLOT(onVncViewerStartStop(const bool, const int)));
}
-/***************************************************************************//**
+/**
*
*/
void Toolbar::onDoDisconnect()
@@ -459,7 +459,7 @@ void Toolbar::delayedShowBar()
}
}
-/***************************************************************************//**
+/**
* @brief Toolbar::showAboutDialog
*/
void Toolbar::showAboutDialog()