mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Clean up PluginsPage
This commit is contained in:
parent
b7426fafc0
commit
f534d43531
2 changed files with 0 additions and 5 deletions
|
@ -23,7 +23,6 @@ PluginsPage::PluginsPage()
|
|||
: scrollAreaWidget_(nullptr)
|
||||
, dataFrame_(nullptr)
|
||||
{
|
||||
qDebug() << "plugins page created";
|
||||
LayoutCreator<PluginsPage> layoutCreator(this);
|
||||
auto scrollArea = layoutCreator.emplace<QScrollArea>();
|
||||
|
||||
|
|
|
@ -14,10 +14,6 @@ class PluginsPage : public SettingsPage
|
|||
{
|
||||
public:
|
||||
PluginsPage();
|
||||
~PluginsPage() override
|
||||
{
|
||||
qDebug() << "plugins page deleted";
|
||||
}
|
||||
|
||||
private:
|
||||
void rebuildContent();
|
||||
|
|
Loading…
Reference in a new issue