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.12-no_sql.patch

15 lines
251 B

--- sources/database.cpp.org 2014-10-22 12:28:30.305031435 +0200
+++ sources/database.cpp 2014-10-22 12:29:14.735028437 +0200
@@ -366,11 +366,6 @@
transaction.commit();
}
-
-#else
-
- Q_UNUSED(bookmarks);
-
#endif // WITH_SQL
}