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

List:       kde-commits
Subject:    koffice/kexi/plugins/tables (silent)
From:       Jaroslaw Staniek <js () iidea ! pl>
Date:       2004-08-23 8:26:27
Message-ID: 20040823082627.5AC532545 () office ! kde ! org
[Download RAW message or body]

CVS commit by staniek: 

CVS_SILENT: fixed slot's signature


  M +3 -3      kexialtertabledialog.cpp   1.58
  M +1 -1      kexialtertabledialog.h   1.28


--- koffice/kexi/plugins/tables/kexialtertabledialog.cpp  #1.57:1.58
@@ -119,6 +119,6 @@ KexiAlterTableDialog::KexiAlterTableDial
         connect(d->data, SIGNAL(rowUpdated(KexiTableItem*)),
                 this, SLOT(slotRowUpdated(KexiTableItem*)));
-        connect(d->data, \
                SIGNAL(aboutToInsertRow(KexiTableItem*,KexiDB::ResultInfo*)),
-                this, \
SLOT(slotAboutToInsertRow(KexiTableItem*,KexiDB::ResultInfo*))); +        \
connect(d->data, SIGNAL(aboutToInsertRow(KexiTableItem*,KexiDB::ResultInfo*,bool)), + \
this, SLOT(slotAboutToInsertRow(KexiTableItem*,KexiDB::ResultInfo*,bool)));  
         setMinimumSize(m_view->minimumSizeHint().width(),m_view->minimumSizeHint().height());
 @@ -603,5 +603,5 @@ void KexiAlterTableDialog::slotPropertyC
 
 void KexiAlterTableDialog::slotAboutToInsertRow(KexiTableItem* item, 
-        KexiDB::ResultInfo* /*result*/)
+        KexiDB::ResultInfo* /*result*/, bool /*repaint*/)
 {
         setDirty();

--- koffice/kexi/plugins/tables/kexialtertabledialog.h  #1.27:1.28
@@ -97,5 +97,5 @@ class KexiAlterTableDialog : public Kexi
 
                 //! Called before row inserting in tableview.
-                void slotAboutToInsertRow(KexiTableItem* item, KexiDB::ResultInfo* \
result); +                void slotAboutToInsertRow(KexiTableItem* item, \
KexiDB::ResultInfo* result, bool repaint);  
                 /*! Called after any property has been changed in the current \
property buffer, 


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

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