diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-08-18 19:44:11 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2021-08-18 19:47:12 +0200 |
commit | e8f5b7ec366f1cf7660e870335b4e503e4527990 (patch) | |
tree | e5a345b1f17ed89286d169cec873a675bb13f48b /video-ps3eye/module.hpp | |
parent | 721fa3ce414386e0da8da8529f60ba983812c1c3 (diff) |
video/ps3eye: add missing translation strings
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 |