diff --git a/lib/utils/resource-table.cpp b/lib/utils/resource-table.cpp index 3f66cc0f..b2d4c706 100644 --- a/lib/utils/resource-table.cpp +++ b/lib/utils/resource-table.cpp @@ -8,7 +8,7 @@ namespace advss { -ResourceTable::ResourceTable(QTabWidget *parent, const QString &help, +ResourceTable::ResourceTable(QWidget *parent, const QString &help, const QString &addToolTip, const QString &removeToolTip, const QStringList &headers, diff --git a/lib/utils/resource-table.hpp b/lib/utils/resource-table.hpp index a095bc15..d63b3654 100644 --- a/lib/utils/resource-table.hpp +++ b/lib/utils/resource-table.hpp @@ -14,7 +14,7 @@ class ADVSS_EXPORT ResourceTable : public QWidget { Q_OBJECT public: - ResourceTable(QTabWidget *parent, const QString &help, + ResourceTable(QWidget *parent, const QString &help, const QString &addToolTip, const QString &removeToolTip, const QStringList &headers, const std::function &openSettings);