From 80dc036882e06763b5202a5966422ba79538a2eb Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Tue, 25 Apr 2017 18:08:46 -0300 Subject: Run includemocs in qtdeclarative Change-Id: I84e363d735b443cb9beefffd14b8c023a37aa489 Reviewed-by: Lars Knoll --- tools/qmleasing/mainwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/qmleasing/mainwindow.cpp') diff --git a/tools/qmleasing/mainwindow.cpp b/tools/qmleasing/mainwindow.cpp index d36ab5fd75..627e23ac87 100644 --- a/tools/qmleasing/mainwindow.cpp +++ b/tools/qmleasing/mainwindow.cpp @@ -155,3 +155,5 @@ void MainWindow::importData(int result) .arg(ii*is,0,'f',3).arg(1-oi, 0, 'f', 3).arg(1-(oi*os), 0, 'f', 3); ui_properties.plainTextEdit->setPlainText(generatedString); } + +#include "moc_mainwindow.cpp" -- cgit v1.2.3