[qet] qet/qet: [4817] Fix FTBFS |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 4817
Author: scorpio810
Date: 2016-12-20 20:19:40 +0100 (Tue, 20 Dec 2016)
Log Message:
-----------
Fix FTBFS
Modified Paths:
--------------
branches/DXFtoQET3_DB/db/dbmanager.cpp
branches/DXFtoQET3_DB/db/dbmanager.h
Modified: branches/DXFtoQET3_DB/db/dbmanager.cpp
===================================================================
--- branches/DXFtoQET3_DB/db/dbmanager.cpp 2016-12-20 17:55:57 UTC (rev 4816)
+++ branches/DXFtoQET3_DB/db/dbmanager.cpp 2016-12-20 19:19:40 UTC (rev 4817)
@@ -1263,7 +1263,7 @@
}
-void dbManager::dbManager_create_elmt_entitie (const QString &pathname, int64_t Index_count_1,QString Block_naam_1, QString Block_value_1)
+void dbManager::dbManager_create_elmt_entitie (const QString &pathname, int32_t Index_count_1,QString Block_naam_1, QString Block_value_1)
{
QSqlQuery Query_entitie;
@@ -1286,7 +1286,7 @@
}
-void dbManager::dbManager_create_elmt_block (const QString &pathname, int64_t Index_count_2,QString Block_naam_2, QString Block_value_2)
+void dbManager::dbManager_create_elmt_block (const QString &pathname, int32_t Index_count_2,QString Block_naam_2, QString Block_value_2)
{
QSqlQuery Query_block;
Modified: branches/DXFtoQET3_DB/db/dbmanager.h
===================================================================
--- branches/DXFtoQET3_DB/db/dbmanager.h 2016-12-20 17:55:57 UTC (rev 4816)
+++ branches/DXFtoQET3_DB/db/dbmanager.h 2016-12-20 19:19:40 UTC (rev 4817)
@@ -75,9 +75,9 @@
void dbManager_load_dxf_list(const QString &pathname);
- void dbManager_create_elmt_entitie(const QString &pathname, int64_t Index_count_1,QString Block_naam_1, QString Block_value_1);
+ void dbManager_create_elmt_entitie(const QString &pathname, int32_t Index_count_1,QString Block_naam_1, QString Block_value_1);
- void dbManager_create_elmt_block(const QString &pathname, int64_t Index_count_2, QString Block_naam_2, QString Block_value_2);
+ void dbManager_create_elmt_block(const QString &pathname, int32_t Index_count_2, QString Block_naam_2, QString Block_value_2);
QString db_split_header(const QString &pathname);