summaryrefslogtreecommitdiff
path: root/databases/sqlitebrowser/files/patch-src-Application.cpp
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2015-08-12 00:10:35 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2015-08-12 00:10:35 +0000
commite86c459a92c3383ff251de576e34de7833a63dc2 (patch)
treecb786fa8a47592c8a255146036405e9ad10a2842 /databases/sqlitebrowser/files/patch-src-Application.cpp
parentlang/fpc-base: convert to USES=metaport (diff)
databases/sqlitebrowser: modernize, fix dependencies
- Replace USE_QT4=linguist_build with USE_QT4=linguisttools_build. - Add missed corelib and network components into USE_QT4. - Regenerate patches. - Bump PORTREVISION PR: 201648 Submitted by: s3erios@gmail.com Approved by: maintainer timeout (coder@tuxfamily.org ; 25 days)
Notes
Notes: svn path=/head/; revision=393992
Diffstat (limited to '')
-rw-r--r--databases/sqlitebrowser/files/patch-src-Application.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/sqlitebrowser/files/patch-src-Application.cpp b/databases/sqlitebrowser/files/patch-src-Application.cpp
index 80d657873d5c..12467e13e512 100644
--- a/databases/sqlitebrowser/files/patch-src-Application.cpp
+++ b/databases/sqlitebrowser/files/patch-src-Application.cpp
@@ -1,6 +1,6 @@
---- src/Application.cpp.orig 2015-01-30 19:48:06.000000000 +0100
-+++ src/Application.cpp 2015-02-01 15:40:02.790619098 +0100
-@@ -30,8 +30,15 @@
+--- src/Application.cpp.orig 2015-04-27 09:31:47 UTC
++++ src/Application.cpp
+@@ -30,8 +30,15 @@ Application::Application(int& argc, char
// First of all try to load the application translation file.
m_translatorApp = new QTranslator(this);
@@ -16,7 +16,7 @@
if (ok == true) {
PreferencesDialog::setSettingsValue("General", "language", name);
-@@ -47,7 +54,9 @@
+@@ -47,7 +54,9 @@ Application::Application(int& argc, char
ok = m_translatorQt->load("qt_" + name,
QLibraryInfo::location(QLibraryInfo::TranslationsPath));
if (ok == false)