mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
Cleanup
This commit is contained in:
parent
4606f80a9d
commit
661e83162f
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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<void()> &openSettings);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user