summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/hciconfwrapper.cpp
authorharlekin <harlekin>2002-06-28 21:53:42 (UTC)
committer harlekin <harlekin>2002-06-28 21:53:42 (UTC)
commit05a76394214a0066325c71f91eb44ed7412df67c (patch) (side-by-side diff)
tree2b8995a8670ab3bda9a93bd37792117a4a4fa603 /noncore/net/opietooth/manager/hciconfwrapper.cpp
parent26be5facf38c25f2b22b18a19ea7fa710f5e2236 (diff)
downloadopie-05a76394214a0066325c71f91eb44ed7412df67c.zip
opie-05a76394214a0066325c71f91eb44ed7412df67c.tar.gz
opie-05a76394214a0066325c71f91eb44ed7412df67c.tar.bz2
connection view started
Diffstat (limited to 'noncore/net/opietooth/manager/hciconfwrapper.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/hciconfwrapper.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/noncore/net/opietooth/manager/hciconfwrapper.cpp b/noncore/net/opietooth/manager/hciconfwrapper.cpp
index 7b2497a..2d6d7da 100644
--- a/noncore/net/opietooth/manager/hciconfwrapper.cpp
+++ b/noncore/net/opietooth/manager/hciconfwrapper.cpp
@@ -99,16 +99,14 @@ namespace OpieTooth {
} else {
str = str.replace( QRegExp( "\\s*"+key+"\\s+[^\\s][^;]*;" ), key + " " + value + ";");
}
-
qDebug( str );
}
-
outstream << str << endl;
}
f.close();
+
f2.flush();
f2.close();
}
-
}