Make use of Q_NULLPTR.

This commit is contained in:
Felix Geyer
2012-06-29 14:15:16 +02:00
parent af142fc433
commit 68155e8f89
59 changed files with 144 additions and 96 deletions

View File

@@ -47,7 +47,7 @@ class EditEntryWidget : public EditWidget
Q_OBJECT
public:
explicit EditEntryWidget(QWidget* parent = 0);
explicit EditEntryWidget(QWidget* parent = Q_NULLPTR);
~EditEntryWidget();
void loadEntry(Entry* entry, bool create, bool history, const QString& groupName,