Update X11Wrapper.h

Former-commit-id: 231123e1dee2dacf6d5225a3833f51544ca6f99c
This commit is contained in:
Paulchen-Panther 2016-01-21 16:42:02 +01:00
parent 66609a03a0
commit 3e078b2e15
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ public:
void start();
void stop();
bool displayInit();
signals:
void sig_screenshot(const Image<ColorRgb> & screenshot);