You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1003 B
35 lines
1003 B
From 1231b5fce8b7f9d99b3a0b8fa17e10d797890c43 Mon Sep 17 00:00:00 2001
|
|
From: Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
|
|
Date: Sat, 16 Jan 2016 18:59:46 +0100
|
|
Subject: [PATCH 27/34] Fix moc include name
|
|
|
|
---
|
|
src/greeter/KeyboardModel.cpp | 2 +-
|
|
test/ConfigurationTest.cpp | 3 +--
|
|
2 files changed, 2 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/src/greeter/KeyboardModel.cpp b/src/greeter/KeyboardModel.cpp
|
|
index 3f87c9f..7d40441 100644
|
|
--- a/src/greeter/KeyboardModel.cpp
|
|
+++ b/src/greeter/KeyboardModel.cpp
|
|
@@ -113,4 +113,4 @@ namespace SDDM {
|
|
}
|
|
}
|
|
|
|
-#include "KeyboardModel.moc"
|
|
+#include "moc_KeyboardModel.cpp"
|
|
diff --git a/test/ConfigurationTest.cpp b/test/ConfigurationTest.cpp
|
|
index bd07d9f..72bf8c9 100644
|
|
--- a/test/ConfigurationTest.cpp
|
|
+++ b/test/ConfigurationTest.cpp
|
|
@@ -177,5 +177,4 @@ void ConfigurationTest::FileChanged()
|
|
QVERIFY(config->String.get() == QStringLiteral("b"));
|
|
}
|
|
|
|
-
|
|
-#include "ConfigurationTest.moc"
|
|
+#include "moc_ConfigurationTest.cpp"
|
|
--
|
|
2.5.0
|
|
|