summaryrefslogtreecommitdiffstats
path: root/src/gui/connectionFrame.cpp
diff options
context:
space:
mode:
authorJohann Latocha2011-06-04 12:36:31 +0200
committerJohann Latocha2011-06-04 12:36:31 +0200
commit4b243af3de3ff2534a0d87225f52074490bdf8fd (patch)
tree673eaa89cfc8e19f49e35ae8299913212b71d7a1 /src/gui/connectionFrame.cpp
parent[PVS] VNCpasswd bug fixed (diff)
downloadpvs-4b243af3de3ff2534a0d87225f52074490bdf8fd.tar.gz
pvs-4b243af3de3ff2534a0d87225f52074490bdf8fd.tar.xz
pvs-4b243af3de3ff2534a0d87225f52074490bdf8fd.zip
Enhancement #831
Diffstat (limited to 'src/gui/connectionFrame.cpp')
-rw-r--r--src/gui/connectionFrame.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/connectionFrame.cpp b/src/gui/connectionFrame.cpp
index 32e20f7..f927706 100644
--- a/src/gui/connectionFrame.cpp
+++ b/src/gui/connectionFrame.cpp
@@ -490,6 +490,11 @@ void ConnectionFrame::setDozent(bool isDozent)
_dozentContaimner->setDisabled(true);
}
+bool ConnectionFrame::isDozent()
+{
+ return _dozentContaimner->isEnabled();
+}
+
void ConnectionFrame::on_click()
{
//std::cout << "HALLO! WAS?" << std::endl;