summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-gutenbrowser
authorllornkcor <llornkcor>2004-07-08 08:05:50 (UTC)
committer llornkcor <llornkcor>2004-07-08 08:05:50 (UTC)
commita7b08ae7dbce8675981321828e61c949968d1afe (patch) (unidiff)
treea59410434f417d016ac109edcd03538371c70338 /noncore/apps/opie-gutenbrowser
parentdebb74bbf33b42d1ad38f4437cf9ad054978d71b (diff)
downloadopie-a7b08ae7dbce8675981321828e61c949968d1afe.zip
opie-a7b08ae7dbce8675981321828e61c949968d1afe.tar.gz
opie-a7b08ae7dbce8675981321828e61c949968d1afe.tar.bz2
remove non needed debug output
Diffstat (limited to 'noncore/apps/opie-gutenbrowser') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-gutenbrowser/gutenbrowserData.cpp19
1 files changed, 9 insertions, 10 deletions
diff --git a/noncore/apps/opie-gutenbrowser/gutenbrowserData.cpp b/noncore/apps/opie-gutenbrowser/gutenbrowserData.cpp
index a226258..9473ba9 100644
--- a/noncore/apps/opie-gutenbrowser/gutenbrowserData.cpp
+++ b/noncore/apps/opie-gutenbrowser/gutenbrowserData.cpp
@@ -16,2 +16,3 @@
16#include "gutenbrowser.h" 16#include "gutenbrowser.h"
17#include "multiline_ex.h"
17 18
@@ -63,3 +64,3 @@ void Gutenbrowser::initConfig() {
63 } 64 }
64 // odebug << "init file is " << iniFile << "" << oendl; 65 qDebug("init file is " + iniFile );;
65 66
@@ -153,5 +154,5 @@ void Gutenbrowser::initConfig() {
153 b_queryExit=TRUE; 154 b_queryExit=TRUE;
154// odebug << "Please query before leaving the library." << oendl; 155qDebug("lease query before leaving the library.");;
155 } else { 156 } else {
156// odebug << "Please DO NOT query before leaving the library." << oendl; 157 qDebug("Please DO NOT query before leaving the library.");
157 b_queryExit=FALSE; 158 b_queryExit=FALSE;
@@ -167,3 +168,3 @@ void Gutenbrowser::initMenuBar()
167{ 168{
168// odebug << "Starting menu init." << oendl; 169 qDebug("Starting menu init.");
169 // menuBar entry fileMenu 170 // menuBar entry fileMenu
@@ -213,3 +214,3 @@ void Gutenbrowser::initButtonBar()
213{ 214{
214//odebug << "Starting buttonbar init." << oendl; 215 qDebug("Starting buttonbar init.");
215 216
@@ -217,3 +218,2 @@ void Gutenbrowser::initButtonBar()
217 OpenButton->setFocusPolicy( QWidget::TabFocus ); 218 OpenButton->setFocusPolicy( QWidget::TabFocus );
218
219 LibraryButton = new QPushButton( this, "LibraryButton" ); 219 LibraryButton = new QPushButton( this, "LibraryButton" );
@@ -247,3 +247,2 @@ void Gutenbrowser::initButtonBar()
247 InfoBar = new QPushButton( this, "Info_Bar" ); 247 InfoBar = new QPushButton( this, "Info_Bar" );
248// odebug << "Infobar" << oendl;
249// if(!useSplitter) { 248// if(!useSplitter) {
@@ -264,3 +263,2 @@ void Gutenbrowser::initButtonBar()
264 topLayout->addLayout( buttons2,0); 263 topLayout->addLayout( buttons2,0);
265
266} 264}
@@ -270,2 +268,3 @@ void Gutenbrowser::initStatusBar()
270{ 268{
269 qDebug("statusbar");
271// #ifndef Q_WS_QWS 270// #ifndef Q_WS_QWS
@@ -282,3 +281,2 @@ void Gutenbrowser::initView()
282 Lview = new MultiLine_Ex(this); 281 Lview = new MultiLine_Ex(this);
283
284 Config cfg("Gutenbrowser"); 282 Config cfg("Gutenbrowser");
@@ -299,3 +297,3 @@ void Gutenbrowser::initView()
299 if(italic=="TRUE") { 297 if(italic=="TRUE") {
300 odebug << "Set Italic font" << oendl; 298 qDebug("Set Italic font");;
301 defaultFont = fdb.font(family,"Regular",i_size,charSet); //workaround 299 defaultFont = fdb.font(family,"Regular",i_size,charSet); //workaround
@@ -331,2 +329,3 @@ void Gutenbrowser::initView()
331 topLayout->addLayout( edits, 0); 329 topLayout->addLayout( edits, 0);
330 qDebug("end initView");
332} 331}