summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/emulation_handler.cpp
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/emulation_handler.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/emulation_handler.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/noncore/apps/opie-console/emulation_handler.cpp b/noncore/apps/opie-console/emulation_handler.cpp
index 836a05b..b2cd348 100644
--- a/noncore/apps/opie-console/emulation_handler.cpp
+++ b/noncore/apps/opie-console/emulation_handler.cpp
@@ -39,3 +39,2 @@ void EmulationHandler::load( const Profile& prof) {
void EmulationHandler::recv( const QByteArray& ar) {
- qWarning("received in EmulationHandler!");
m_teEmu->onRcvBlock(ar.data(), ar.count() );
@@ -43,3 +42,2 @@ void EmulationHandler::recv( const QByteArray& ar) {
void EmulationHandler::recvEmulation(const char* src, int len ) {
- qWarning("received from te ");
QByteArray ar(len);
@@ -101,3 +99,2 @@ QColor EmulationHandler::foreColor(int col) {
case Profile::White:
- qWarning("Foreground black");
/* color is black */
@@ -106,3 +103,2 @@ QColor EmulationHandler::foreColor(int col) {
case Profile::Black:
- qWarning("Foreground white");
co = Qt::black;
@@ -128,3 +124,2 @@ QColor EmulationHandler::backColor(int col ) {
case Profile::White:
- qWarning("Background white");
/* color is white */
@@ -133,3 +128,2 @@ QColor EmulationHandler::backColor(int col ) {
case Profile::Black:
- qWarning("Background black");
co = Qt::white;