[SCM] Kingston update notifier (update-notifier-kde) branch, master, updated. 723a1615b9ee75321e6f03961af561bf620700eb

Pino Toscano pino-guest at alioth.debian.org
Wed May 12 21:20:01 UTC 2010


The following commit has been merged in the master branch:
commit ab25aa93fe58b85d69134cc8f5675d244f827fc5
Author: Pino Toscano <pino at kde.org>
Date:   Wed May 12 23:00:34 2010 +0200

    include the own moc file in the cpp containing QObject-based classes
    
    this slightly speedups compilation
---
 src/notifier.cpp        |    2 ++
 src/reboot_listener.cpp |    1 +
 src/test_window.cpp     |    1 +
 src/update_listener.cpp |    1 +
 src/update_worker.cpp   |    2 ++
 5 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/notifier.cpp b/src/notifier.cpp
index 7d7d07f..6d9ec92 100644
--- a/src/notifier.cpp
+++ b/src/notifier.cpp
@@ -84,3 +84,5 @@ void notifier_t::notify_reboot() {
   connect(note,SIGNAL(action1Activated()),m_reboot_nagger,SLOT(start()));
   note->sendEvent();
 }
+
+#include <notifier.moc>
diff --git a/src/reboot_listener.cpp b/src/reboot_listener.cpp
index 558ad4d..efd8c87 100644
--- a/src/reboot_listener.cpp
+++ b/src/reboot_listener.cpp
@@ -57,3 +57,4 @@ void reboot_listener_t::directory_changed_slot(const QString& path) {
 
 
 
+#include <reboot_listener.moc>
diff --git a/src/test_window.cpp b/src/test_window.cpp
index 9ab1af6..7f65785 100644
--- a/src/test_window.cpp
+++ b/src/test_window.cpp
@@ -53,3 +53,4 @@ void test_window_t::show_error_message(QString error,update_worker_t::error_code
 }
 
 
+#include <test_window.moc>
diff --git a/src/update_listener.cpp b/src/update_listener.cpp
index 7ed1832..112edbc 100644
--- a/src/update_listener.cpp
+++ b/src/update_listener.cpp
@@ -52,3 +52,4 @@ void update_listener_t::filesystem_event_happened() {
 }
 
 
+#include <update_listener.moc>
diff --git a/src/update_worker.cpp b/src/update_worker.cpp
index fc2e279..cdbf67d 100644
--- a/src/update_worker.cpp
+++ b/src/update_worker.cpp
@@ -71,3 +71,5 @@ void update_worker_t::runner_done() {
     emit error(QString("RUNNER FAILED"),permanent_failure);
   }
 }
+
+#include <update_worker.moc>

-- 
Kingston update notifier (update-notifier-kde)



More information about the pkg-kde-commits mailing list