X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdata%2Fdecoderstack.h;h=35f76874bc77bfbc40230aa51d956b7380bed7a5;hb=e9213170687cf4afd14e20acdc690ff9381d94ae;hp=ab700ae0404bfd85129f761ed3886f413c03100b;hpb=3b68d03ddae96edb38a80f31bf6a990bde21cd1d;p=pulseview.git diff --git a/pv/data/decoderstack.h b/pv/data/decoderstack.h index ab700ae..35f7687 100644 --- a/pv/data/decoderstack.h +++ b/pv/data/decoderstack.h @@ -45,7 +45,7 @@ struct srd_proto_data; struct srd_session; namespace DecoderStackTest { -class TwoDecoderStack; +struct TwoDecoderStack; } namespace pv { @@ -118,14 +118,14 @@ private: static void annotation_callback(srd_proto_data *pdata, void *decoder); -private slots: +private Q_SLOTS: void on_new_frame(); void on_data_received(); void on_frame_ended(); -signals: +Q_SIGNALS: void new_decode_data(); private: @@ -160,7 +160,7 @@ private: std::thread _decode_thread; std::atomic _interrupt; - friend class DecoderStackTest::TwoDecoderStack; + friend struct DecoderStackTest::TwoDecoderStack; }; } // namespace data