projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c732664
)
Connect: Tidied up forward declarations
author
Joel Holdsworth
<joel@airwebreathe.org.uk>
Sat, 28 Mar 2015 21:13:29 +0000
(21:13 +0000)
committer
Joel Holdsworth
<joel@airwebreathe.org.uk>
Thu, 28 May 2015 14:59:05 +0000
(15:59 +0100)
pv/dialogs/connect.hpp
patch
|
blob
|
history
diff --git
a/pv/dialogs/connect.hpp
b/pv/dialogs/connect.hpp
index a0bac740a71929dd378f550f05bda2f28e391a0b..cc477631571eae3b97dc31f3b25a627bbab18ccc 100644
(file)
--- a/
pv/dialogs/connect.hpp
+++ b/
pv/dialogs/connect.hpp
@@
-33,8
+33,8
@@
#include <QVBoxLayout>
namespace sigrok {
-
class Driver;
-
class HardwareDevice;
+class Driver;
+class HardwareDevice;
}
Q_DECLARE_METATYPE(std::shared_ptr<sigrok::Driver>);