summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/io_layer.cpp
authorzecke <zecke>2002-09-26 17:49:53 (UTC)
committer zecke <zecke>2002-09-26 17:49:53 (UTC)
commit50edb4865c45aa51874b2284d12939bf4fe69041 (patch) (side-by-side diff)
treed9c1ceb78ac4d51719ab6375c346e7228b2a81fa /noncore/apps/opie-console/io_layer.cpp
parentdf3a5b9afa34fa45d06e211f415f74c38017a917 (diff)
downloadopie-50edb4865c45aa51874b2284d12939bf4fe69041.zip
opie-50edb4865c45aa51874b2284d12939bf4fe69041.tar.gz
opie-50edb4865c45aa51874b2284d12939bf4fe69041.tar.bz2
fix unused variable warnings
Added IOLayer* layer() to file_transfer.h
Diffstat (limited to 'noncore/apps/opie-console/io_layer.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/io_layer.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/noncore/apps/opie-console/io_layer.cpp b/noncore/apps/opie-console/io_layer.cpp
index 8da5886..ca1deb8 100644
--- a/noncore/apps/opie-console/io_layer.cpp
+++ b/noncore/apps/opie-console/io_layer.cpp
@@ -1,9 +1,13 @@
#include "io_layer.h"
-IOLayer::IOLayer() {
+IOLayer::IOLayer()
+ : QObject()
+{
}
-IOLayer::IOLayer(const Config &config) {
+IOLayer::IOLayer(const Config &)
+ : QObject()
+{
}
IOLayer::~IOLayer() {