X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fmainwindow.hpp;h=2860c681b91d70f7657318255513c9a12779c689;hb=8e99ef9634a6c91d38e85c3fa7587a4ae22fcd2b;hp=d2bcd918361ce6fc4e053f3f7d6196d37412154f;hpb=e79171dc88959745ce0bf483dc25e86b28f253ed;p=pulseview.git 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