diff options
Diffstat (limited to 'video-ps3eye/module.hpp')
-rw-r--r-- | video-ps3eye/module.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/video-ps3eye/module.hpp b/video-ps3eye/module.hpp index 6dcec66a..595d446a 100644 --- a/video-ps3eye/module.hpp +++ b/video-ps3eye/module.hpp @@ -47,6 +47,7 @@ protected: public: explicit dialog(QWidget* parent = nullptr); + static void show_open_failure_msgbox(const QString& error); }; struct ps3eye_camera final : video::impl::camera |