]> sigrok.org Git - pulseview.git/blobdiff - pv/dialogs/connect.hpp
Connect: Tidied up forward declarations
[pulseview.git] / pv / dialogs / connect.hpp
index ba8339c7cc56d11cd250baa13d12384631ed3cfd..cc477631571eae3b97dc31f3b25a627bbab18ccc 100644 (file)
@@ -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 <memory>
 
@@ -33,8 +33,8 @@
 #include <QVBoxLayout>
 
 namespace sigrok {
-       class Driver;
-       class HardwareDevice;
+class Driver;
+class HardwareDevice;
 }
 
 Q_DECLARE_METATYPE(std::shared_ptr<sigrok::Driver>);
@@ -90,4 +90,4 @@ private:
 } // namespace dialogs
 } // namespace pv
 
-#endif // PULSEVIEW_PV_CONNECT_H
+#endif // PULSEVIEW_PV_CONNECT_HPP