[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/kexi
From:       Adam Celarek <bugs_kde_org () xibo ! at>
Date:       2010-09-30 16:43:22
Message-ID: 20100930164322.73005AC88E () svn ! kde ! org
[Download RAW message or body]

SVN commit 1181301 by adamc:

fix warning, signals can not be virtual.


 M  +3 -3      main/KexiMainWindow.h  
 M  +13 -13    plugins/forms/kexiformscrollview.h  
 M  +9 -9      widget/tableview/kexitableview.h  


--- trunk/koffice/kexi/main/KexiMainWindow.h #1181300:1181301
@@ -354,14 +354,14 @@
 signals:
     //! Emitted to make sure the project can be close.
     //! Connect a slot here and set \a cancel to true to cancel the \
                closing.
-    virtual void acceptProjectClosingRequested(bool& cancel);
+    void acceptProjectClosingRequested(bool& cancel);
 
     //! Emitted before closing the project (and destroying all it's data \
members).  //! You can do you cleanup of your structures here.
-    virtual void beforeProjectClosing();
+    void beforeProjectClosing();
 
     //! Emitted after closing the project.
-    virtual void projectClosed();
+    void projectClosed();
 
     //! Emitted after opening a project, even after \
slotAutoOpenObjectsLater().  void projectOpened();
--- trunk/koffice/kexi/plugins/forms/kexiformscrollview.h #1181300:1181301
@@ -152,19 +152,19 @@
     }*/
 
 signals:
-    virtual void itemChanged(KexiDB::RecordData*, int row, int col);
-    virtual void itemChanged(KexiDB::RecordData*, int row, int col, \
                QVariant oldValue);
-    virtual void itemDeleteRequest(KexiDB::RecordData*, int row, int col);
-    virtual void currentItemDeleteRequest();
-    virtual void newItemAppendedForAfterDeletingInSpreadSheetMode(); //!< \
                does nothing
-    virtual void dataRefreshed();
-    virtual void dataSet(KexiTableViewData *data);
-    virtual void itemSelected(KexiDB::RecordData*);
-    virtual void cellSelected(int col, int row);
-    virtual void sortedColumnChanged(int col);
-    virtual void rowEditStarted(int row);
-    virtual void rowEditTerminated(int row);
-    virtual void reloadActions();
+    void itemChanged(KexiDB::RecordData*, int row, int col);
+    void itemChanged(KexiDB::RecordData*, int row, int col, QVariant \
oldValue); +    void itemDeleteRequest(KexiDB::RecordData*, int row, int \
col); +    void currentItemDeleteRequest();
+    void newItemAppendedForAfterDeletingInSpreadSheetMode(); //!< does \
nothing +    void dataRefreshed();
+    void dataSet(KexiTableViewData *data);
+    void itemSelected(KexiDB::RecordData*);
+    void cellSelected(int col, int row);
+    void sortedColumnChanged(int col);
+    void rowEditStarted(int row);
+    void rowEditTerminated(int row);
+    void reloadActions();
 
 protected slots:
     void slotResizingStarted();
--- trunk/koffice/kexi/widget/tableview/kexitableview.h #1181300:1181301
@@ -390,10 +390,10 @@
     }
 
 signals:
-    virtual void dataSet(KexiTableViewData *data);
+    void dataSet(KexiTableViewData *data);
 
-    virtual void itemSelected(KexiDB::RecordData *);
-    virtual void cellSelected(int col, int row);
+    void itemSelected(KexiDB::RecordData *);
+    void cellSelected(int col, int row);
 
     void itemReturnPressed(KexiDB::RecordData *, int row, int col);
     void itemDblClicked(KexiDB::RecordData *, int row, int col);
@@ -403,14 +403,14 @@
     void droppedAtRow(KexiDB::RecordData *record, int row, QDropEvent *e, \
KexiDB::RecordData*& newRecord);  
     /*! Data has been refreshed on-screen - emitted from \
                initDataContents(). */
-    virtual void dataRefreshed();
+    void dataRefreshed();
 
-    virtual void itemChanged(KexiDB::RecordData *, int row, int col);
-    virtual void itemChanged(KexiDB::RecordData *, int row, int col, \
                QVariant oldValue);
-    virtual void itemDeleteRequest(KexiDB::RecordData *, int row, int \
                col);
-    virtual void currentItemDeleteRequest();
+    void itemChanged(KexiDB::RecordData *, int row, int col);
+    void itemChanged(KexiDB::RecordData *, int row, int col, QVariant \
oldValue); +    void itemDeleteRequest(KexiDB::RecordData *, int row, int \
col); +    void currentItemDeleteRequest();
     //! Emitted for spreadsheet mode when an item was deleted and a new \
                item has been appended
-    virtual void newItemAppendedForAfterDeletingInSpreadSheetMode();
+    void newItemAppendedForAfterDeletingInSpreadSheetMode();
 // void addRecordRequest();
 // void contextMenuRequested(KexiDB::RecordData *,  int row, int col, \
const QPoint &);  void sortedColumnChanged(int col);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic