X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fmainwindow.hpp;h=2860c681b91d70f7657318255513c9a12779c689;hp=d2bcd918361ce6fc4e053f3f7d6196d37412154f;hb=19be0af16af83ca10f7ce69cb64f0b0c6f6a0d81;hpb=e79171dc88959745ce0bf483dc25e86b28f253ed diff --git a/pv/mainwindow.hpp b/pv/mainwindow.hpp index d2bcd91..2860c68 100644 --- a/pv/mainwindow.hpp +++ b/pv/mainwindow.hpp @@ -53,7 +53,7 @@ class View; namespace widgets { #ifdef ENABLE_DECODE class DecoderMenu; -#endif /* ENABLE_DECODE */ +#endif } class MainWindow : public QMainWindow @@ -91,7 +91,7 @@ public: #ifdef ENABLE_DECODE QMenu* menu_decoder_add() const; -#endif /* ENABLE_DECODE */ +#endif void run_stop(); @@ -173,7 +173,7 @@ private: #ifdef ENABLE_DECODE QMenu *const menu_decoders_add_; -#endif /* ENABLE_DECODE */ +#endif }; } // namespace pv