X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fdialogs%2Fconnect.hpp;h=a8f793ac1dc3e8f4b73ee9b9f86ead60c19343c6;hb=3d87310109576c77819c4c592d41bc1d9731978b;hp=ba8339c7cc56d11cd250baa13d12384631ed3cfd;hpb=34750abe0a89c4b5184daf6dc117adfafa74a84e;p=pulseview.git diff --git a/pv/dialogs/connect.hpp b/pv/dialogs/connect.hpp index ba8339c7..a8f793ac 100644 --- a/pv/dialogs/connect.hpp +++ b/pv/dialogs/connect.hpp @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PULSEVIEW_PV_CONNECT_H -#define PULSEVIEW_PV_CONNECT_H +#ifndef PULSEVIEW_PV_CONNECT_HPP +#define PULSEVIEW_PV_CONNECT_HPP #include @@ -33,12 +33,17 @@ #include namespace sigrok { - class Driver; - class HardwareDevice; +class Driver; +} + +namespace pv { +namespace devices { +class HardwareDevice; +} } Q_DECLARE_METATYPE(std::shared_ptr); -Q_DECLARE_METATYPE(std::shared_ptr); +Q_DECLARE_METATYPE(std::shared_ptr); namespace pv { @@ -53,7 +58,7 @@ class Connect : public QDialog public: Connect(QWidget *parent, pv::DeviceManager &device_manager); - std::shared_ptr get_selected_device() const; + std::shared_ptr get_selected_device() const; private: void populate_drivers(); @@ -90,4 +95,4 @@ private: } // namespace dialogs } // namespace pv -#endif // PULSEVIEW_PV_CONNECT_H +#endif // PULSEVIEW_PV_CONNECT_HPP