diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2018-06-11 19:36:39 +0200 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2018-06-11 21:30:22 +0200 |
commit | f1cf449c099f30482f05d9a7c6209321050159d5 (patch) | |
tree | 1b9fb1138aff6e10a2a059cb947a6770a0075c62 /3rdparty/QtPropertyBrowser/src/qttreepropertybrowser.cpp | |
parent | eb392f649ea544742849e50d920be677d09aa344 (diff) | |
download | nextpnr-f1cf449c099f30482f05d9a7c6209321050159d5.tar.gz nextpnr-f1cf449c099f30482f05d9a7c6209321050159d5.tar.bz2 nextpnr-f1cf449c099f30482f05d9a7c6209321050159d5.zip |
compile QtPropertyBrowser
Diffstat (limited to '3rdparty/QtPropertyBrowser/src/qttreepropertybrowser.cpp')
-rw-r--r-- | 3rdparty/QtPropertyBrowser/src/qttreepropertybrowser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/QtPropertyBrowser/src/qttreepropertybrowser.cpp b/3rdparty/QtPropertyBrowser/src/qttreepropertybrowser.cpp index 9e506af3..4e6f16a9 100644 --- a/3rdparty/QtPropertyBrowser/src/qttreepropertybrowser.cpp +++ b/3rdparty/QtPropertyBrowser/src/qttreepropertybrowser.cpp @@ -1072,5 +1072,5 @@ void QtTreePropertyBrowser::editItem(QtBrowserItem *item) QT_END_NAMESPACE #endif -#include "moc_qttreepropertybrowser.cpp" +#include "moc_qttreepropertybrowser.hpp" #include "qttreepropertybrowser.moc" |