From e30296b06a031a44ced9bfe7dc39d57a1ef9e647 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Thu, 24 Dec 2020 00:50:50 +0000 Subject: [PATCH] remove declaration of non-existing QWellArray::cellContent() Signed-off-by: Ivailo Monev --- src/gui/dialogs/qcolordialog.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/dialogs/qcolordialog.cpp b/src/gui/dialogs/qcolordialog.cpp index 399935a22..a31e3e451 100644 --- a/src/gui/dialogs/qcolordialog.cpp +++ b/src/gui/dialogs/qcolordialog.cpp @@ -70,7 +70,6 @@ class QWellArray : public QWidget public: QWellArray(int rows, int cols, QWidget* parent = Q_NULLPTR); ~QWellArray() {} - QString cellContent(int row, int col) const; int selectedColumn() const { return selCol; } int selectedRow() const { return selRow; } -- 2.11.0