diff options
| author | Johann Latocha | 2011-06-04 12:36:31 +0200 |
|---|---|---|
| committer | Johann Latocha | 2011-06-04 12:36:31 +0200 |
| commit | 4b243af3de3ff2534a0d87225f52074490bdf8fd (patch) | |
| tree | 673eaa89cfc8e19f49e35ae8299913212b71d7a1 /src/gui/connectionFrame.h | |
| parent | [PVS] VNCpasswd bug fixed (diff) | |
| download | pvs-4b243af3de3ff2534a0d87225f52074490bdf8fd.tar.gz pvs-4b243af3de3ff2534a0d87225f52074490bdf8fd.tar.xz pvs-4b243af3de3ff2534a0d87225f52074490bdf8fd.zip | |
Enhancement #831
Diffstat (limited to 'src/gui/connectionFrame.h')
| -rw-r--r-- | src/gui/connectionFrame.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/connectionFrame.h b/src/gui/connectionFrame.h index fe6dc95..3b6d49a 100644 --- a/src/gui/connectionFrame.h +++ b/src/gui/connectionFrame.h @@ -49,6 +49,7 @@ public: void setInitSize(int w, int h); void Resize(int w, int h); void initFrame(); + bool isDozent(); int getPrevWidth(){return prev_width;}; void setPrevWidth(int w){prev_width = w;} |
