]> sigrok.org Git - pulseview.git/blobdiff - pv/subwindows/decoder_selector/subwindow.cpp
Implement translations
[pulseview.git] / pv / subwindows / decoder_selector / subwindow.cpp
index 20603ed2b958a7eed50a3d1d530cc3da67b1b8a8..94ed6f4b6da970e02a3191ba2a87dc7d951bd054 100644 (file)
@@ -33,6 +33,7 @@
 #include "pv/subwindows/decoder_selector/subwindow.hpp"
 
 #include <libsigrokdecode/libsigrokdecode.h>
+#include "subwindow.hpp"  // Required only for lupdate since above include isn't recognized
 
 #define DECODERS_HAVE_TAGS \
        ((SRD_PACKAGE_VERSION_MAJOR > 0) || \
@@ -46,7 +47,7 @@ namespace decoder_selector {
 
 const char *initial_notice =
        QT_TRANSLATE_NOOP("pv::subwindows::decoder_selector::SubWindow",
-               "Select a decoder to see its description here.");  // clazy:exclude=non-pod-global-static
+                       "Select a decoder to see its description here.");  // clazy:exclude=non-pod-global-static
 
 const int min_width_margin = 75;