Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a2474ed0 authored by Johnny Jazeix's avatar Johnny Jazeix Committed by Mathieu Faverge
Browse files

remove deprecated QString::null with QString()

parent ec718191
No related branches found
No related tags found
1 merge request!23Fix deprecated warnings
......@@ -102,7 +102,7 @@ class ColorPickerItem : public QFrame
Q_OBJECT
public:
ColorPickerItem(const QColor &color = Qt::white, const QString &text = QString::null,
ColorPickerItem(const QColor &color = Qt::white, const QString &text = QString(),
QWidget *parent = 0);
~ColorPickerItem() override;
......@@ -193,7 +193,7 @@ public:
~QtColorPicker() override;
void insertColor(const QColor &color, const QString &text = QString::null, int index = -1);
void insertColor(const QColor &color, const QString &text = QString(), int index = -1);
QColor currentColor() const;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment