diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2018-12-13 17:10:52 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2018-12-13 17:10:52 +0000 |
commit | 1326f5eb26db1d3037ae6c7c0ac4d333efe83fee (patch) | |
tree | e4f5c5dc8d597276a9e8ed0d4ed5a47613d7df35 /graphics/diffpdf/files/patch-aboutform.cpp | |
parent | Update SLADE to version 3.1.3. (diff) |
- use qt5
Obtained from: debian
Diffstat (limited to '')
-rw-r--r-- | graphics/diffpdf/files/patch-aboutform.cpp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/diffpdf/files/patch-aboutform.cpp b/graphics/diffpdf/files/patch-aboutform.cpp new file mode 100644 index 000000000000..6c99e437405e --- /dev/null +++ b/graphics/diffpdf/files/patch-aboutform.cpp @@ -0,0 +1,19 @@ +--- aboutform.cpp.orig 2013-10-15 07:01:22 UTC ++++ aboutform.cpp +@@ -11,7 +11,6 @@ + */ + + #include "aboutform.hpp" +-#include <poppler-version.h> + #include <QApplication> + #include <QHBoxLayout> + #include <QSettings> +@@ -52,7 +51,7 @@ AboutForm::AboutForm(QWidget *parent) : + "</ul>" + "I also provide training and consultancy in C++, Go, Python 2, " + "Python 3, C++/Qt, and PyQt4.").arg(qApp->applicationName()) +- .arg(Version).arg(qVersion()).arg(POPPLER_VERSION)); ++ .arg(Version).arg(qVersion()).arg("Qt 5")); + QTextBrowser *contributorsBrowser = new QTextBrowser; + contributorsBrowser->setReadOnly(true); + contributorsBrowser->setHtml(tr("<table>" |