[Pkg-owncloud-commits] [owncloud-client] 229/470: No Q_NULLPTR in Qt 4.8
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu May 12 16:25:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 1730569f7769238c1c720c8e3e54f02f474d77c1
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Tue Mar 29 13:27:43 2016 +0200
No Q_NULLPTR in Qt 4.8
---
src/gui/wizard/postfixlineedit.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gui/wizard/postfixlineedit.cpp b/src/gui/wizard/postfixlineedit.cpp
index 0510989..bf8bef9 100644
--- a/src/gui/wizard/postfixlineedit.cpp
+++ b/src/gui/wizard/postfixlineedit.cpp
@@ -31,7 +31,7 @@ namespace OCC {
class StrictRegExpValidator : public QRegExpValidator
{
public:
- explicit StrictRegExpValidator(const QRegExp& rx, QObject *parent = Q_NULLPTR) :
+ explicit StrictRegExpValidator(const QRegExp& rx, QObject *parent = 0) :
QRegExpValidator(rx, parent) {}
virtual QValidator::State validate(QString& input, int& pos) const Q_DECL_OVERRIDE;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list