From 36375df6ff103e52455823f7afd64c4f4ae7fcb8 Mon Sep 17 00:00:00 2001 From: zecke Date: Tue, 10 Dec 2002 16:55:46 +0000 Subject: Shut up the compiler --- diff --git a/core/pim/todo/mainwindow.cpp b/core/pim/todo/mainwindow.cpp index b2b3b8f..0ab6230 100644 --- a/core/pim/todo/mainwindow.cpp +++ b/core/pim/todo/mainwindow.cpp @@ -61,7 +61,7 @@ using namespace Todo; MainWindow::MainWindow( QWidget* parent, const char* name ) - : OPimMainWindow("Todolist") + : OPimMainWindow("Todolist", parent, name) { m_syncing = false; @@ -252,7 +252,7 @@ void MainWindow::initShow() { MainWindow::~MainWindow() { delete templateManager(); } -void MainWindow::connectBase( ViewBase* base) { +void MainWindow::connectBase( ViewBase* ) { // once templates and signals mix we'll use it again } QPopupMenu* MainWindow::contextMenu( int , bool recur ) { @@ -797,9 +797,3 @@ void MainWindow::add( const OPimRecord& rec) { // but only call if we changed something -zecke populateCategories(); } -/* todo does not have the QDataStream<< and >> operators implemented :( - * FIXME - */ -OPimRecord* MainWindow::record( int rtti, const QByteArray& ) { - return 0l; -} diff --git a/core/pim/todo/mainwindow.h b/core/pim/todo/mainwindow.h index 14cfa82..87a9133 100644 --- a/core/pim/todo/mainwindow.h +++ b/core/pim/todo/mainwindow.h @@ -196,7 +196,6 @@ private slots: void show( int uid ); void edit( int uid ); void add( const OPimRecord& ); - OPimRecord* record( int rtti, const QByteArray& ); }; }; diff --git a/core/pim/todo/tableview.cpp b/core/pim/todo/tableview.cpp index 0f683c9..2434150 100644 --- a/core/pim/todo/tableview.cpp +++ b/core/pim/todo/tableview.cpp @@ -170,13 +170,13 @@ void TableView::updateView( ) { if ( it.count() == 0 ) killTimer(id); - int elc = time.elapsed(); +// int elc = time.elapsed(); setUpdatesEnabled( true ); viewport()->setUpdatesEnabled( true ); viewport()->update(); m_enablePaint = true; - int el = time.elapsed(); +// int el = time.elapsed(); } void TableView::setTodo( int, const OTodo&) { sort(); diff --git a/core/pim/todo/todoeditor.cpp b/core/pim/todo/todoeditor.cpp index 9b8c5cb..5aa7097 100644 --- a/core/pim/todo/todoeditor.cpp +++ b/core/pim/todo/todoeditor.cpp @@ -37,7 +37,7 @@ OTodo Editor::newTodo( int cur, return ev; } -OTodo Editor::edit( QWidget *wid, +OTodo Editor::edit( QWidget *, const OTodo& todo ) { OTaskEditor *e = self(); e->init( todo ); -- cgit v0.9.0.2