Rename some things.

Took 17 minutes

Took 11 seconds


Took 18 seconds
This commit is contained in:
Lukas Brübach 2025-12-31 16:11:47 +01:00
parent f10c3608c5
commit 42e289b57d
30 changed files with 132 additions and 130 deletions

View file

@ -7,7 +7,7 @@
#include <QPixmap>
#include <QtGlobal>
ResizablePanel::ResizablePanel(const QString &_typeId, AnalyticsWidgetBase *analyticsPanel, QWidget *parent)
ResizablePanel::ResizablePanel(const QString &_typeId, AbstractAnalyticsPanelWidget *analyticsPanel, QWidget *parent)
: QWidget(parent), panel(analyticsPanel), typeId(_typeId)
{
setAcceptDrops(true);