summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/MacOsFW/src/macos_fw_lib.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/MacOsFW/src/macos_fw_lib.cpp')
-rw-r--r--Tests/QtAutogen/MacOsFW/src/macos_fw_lib.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Tests/QtAutogen/MacOsFW/src/macos_fw_lib.cpp b/Tests/QtAutogen/MacOsFW/src/macos_fw_lib.cpp
new file mode 100644
index 000000000..881a8c9b6
--- /dev/null
+++ b/Tests/QtAutogen/MacOsFW/src/macos_fw_lib.cpp
@@ -0,0 +1,17 @@
+#include "macos_fw_lib.h"
+
+#include <QString>
+#include <QtGlobal>
+
+MacosFWLib::MacosFWLib()
+{
+}
+
+MacosFWLib::~MacosFWLib()
+{
+}
+
+QString MacosFWLib::qtVersionString() const
+{
+ return QString(qVersion());
+}