summaryrefslogtreecommitdiff
authorzecke <zecke>2004-10-10 15:15:06 (UTC)
committer zecke <zecke>2004-10-10 15:15:06 (UTC)
commit44f716e0f0aaf35869558a805e0fa7791996897a (patch) (unidiff)
treeb050c5bb0ebb1739e1d28d8d7ba365005de831bf
parentfc76111d51817116376eeb417bd83fbf4e0b77f1 (diff)
downloadopie-44f716e0f0aaf35869558a805e0fa7791996897a.zip
opie-44f716e0f0aaf35869558a805e0fa7791996897a.tar.gz
opie-44f716e0f0aaf35869558a805e0fa7791996897a.tar.bz2
FixIt doesn't have any signals and slots so don't make it a QObject
this fixes linking of it. Logger: Add new lines to fix compiler warnings
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/fixit.cpp3
-rw-r--r--noncore/apps/opie-console/fixit.h6
-rw-r--r--noncore/apps/opie-console/logger.cpp0
-rw-r--r--noncore/apps/opie-console/logger.h0
4 files changed, 1 insertions, 8 deletions
diff --git a/noncore/apps/opie-console/fixit.cpp b/noncore/apps/opie-console/fixit.cpp
index c14e35e..5ac7673 100644
--- a/noncore/apps/opie-console/fixit.cpp
+++ b/noncore/apps/opie-console/fixit.cpp
@@ -47,9 +47,6 @@ FixIt::FixIt() : QObject() {
47"sy::respawn:/sbin/shsync\n"; 47"sy::respawn:/sbin/shsync\n";
48} 48}
49 49
50FixIt::~FixIt() {
51}
52
53/* 50/*
54 * the retail Zaurus is broken in many ways 51 * the retail Zaurus is broken in many ways
55 * one is that pppd is listening on our port... 52 * one is that pppd is listening on our port...
diff --git a/noncore/apps/opie-console/fixit.h b/noncore/apps/opie-console/fixit.h
index c9188cf..5328616 100644
--- a/noncore/apps/opie-console/fixit.h
+++ b/noncore/apps/opie-console/fixit.h
@@ -17,13 +17,9 @@
17/* 17/*
18 * The Zaurus rom 18 * The Zaurus rom
19 */ 19 */
20class FixIt : public QObject { 20class FixIt {
21
22 Q_OBJECT
23
24public: 21public:
25 FixIt(); 22 FixIt();
26 ~FixIt();
27 void fixIt(); 23 void fixIt();
28 /* no real interested in implementing it */ 24 /* no real interested in implementing it */
29 void breakIt(); 25 void breakIt();
diff --git a/noncore/apps/opie-console/logger.cpp b/noncore/apps/opie-console/logger.cpp
index 56557f3..6620faf 100644
--- a/noncore/apps/opie-console/logger.cpp
+++ b/noncore/apps/opie-console/logger.cpp
diff --git a/noncore/apps/opie-console/logger.h b/noncore/apps/opie-console/logger.h
index cdc9f68..a2583eb 100644
--- a/noncore/apps/opie-console/logger.h
+++ b/noncore/apps/opie-console/logger.h