[qet] qet/qet: [4819] Minor |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 4819
Author: scorpio810
Date: 2016-12-22 04:31:58 +0100 (Thu, 22 Dec 2016)
Log Message:
-----------
Minor
Modified Paths:
--------------
branches/DXFtoQET3_DB/db/dbmanager.cpp
Modified: branches/DXFtoQET3_DB/db/dbmanager.cpp
===================================================================
--- branches/DXFtoQET3_DB/db/dbmanager.cpp 2016-12-22 03:27:51 UTC (rev 4818)
+++ branches/DXFtoQET3_DB/db/dbmanager.cpp 2016-12-22 03:31:58 UTC (rev 4819)
@@ -24,7 +24,7 @@
{
/*QMessageBox::warning(this, tr("Application"),
tr("Connection with database ok"));*/
- }
+
m_db.exec("PRAGMA temp_store = MEMORY");
m_db.exec("PRAGMA journal_mode = MEMORY");
m_db.exec("PRAGMA page_size = 4096");
@@ -31,9 +31,8 @@
m_db.exec("PRAGMA cache_size = 16384");
m_db.exec("PRAGMA locking_mode = EXCLUSIVE");
m_db.exec("PRAGMA synchronous = OFF");
+ }
-
-
}
void dbManager::dbManager_close(const QString &pathname)