You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/qpdfview/files/qpdfview-0.4.7-fix-sqlite-b...

22 lines
520 B

Upstream:
http://bazaar.launchpad.net/~adamreichold/qpdfview/trunk/revision/1391
Gentoo bugzilla:
https://bugs.gentoo.org/show_bug.cgi?id=493514
=== modified file 'sources/database.h'
--- sources/database.h 2013-11-25 16:06:34 +0000
+++ sources/database.h 2013-12-07 12:28:03 +0000
@@ -64,10 +64,10 @@
static Database* s_instance;
Database(QObject* parent = 0);
-#ifdef WITH_SQL
-
static QString instanceName();
+#ifdef WITH_SQL
+
void migrateTabs_v1_v2();
void migrateBookmarks_v1_v2();