summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/sqlite/qsql_sqlite.cpp
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2023-09-20 23:20:34 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2023-09-27 19:44:58 +0200
commitb5dd6d98bf61f02277048b01bd0322453d877003 (patch)
tree07f0c57e12b094cacbf9da9757fff1f6f614cc06 /src/plugins/sqldrivers/sqlite/qsql_sqlite.cpp
parent39294317e0d804bbfa95ba8e5ff5955238140879 (diff)
JNI: move private QJniObject helpers out of the public header
Functions that are not called by any of the inline code don't have to be in the public header. Move them as static functions into the translation unit. Remove some useless wrappers in the private, and move the code for private and static functions together. Some private helpers have to stay in the ABI as they used to be called by at least one public inline function up to Qt 6.6. Remove them from the API using QT_CORE_REMOVED_SINCE. Change-Id: I7eb7b2ba994dfda9de11e2d090a70842dad17247 Reviewed-by: Juha Vuolle <juha.vuolle@qt.io>
Diffstat (limited to 'src/plugins/sqldrivers/sqlite/qsql_sqlite.cpp')
0 files changed, 0 insertions, 0 deletions