mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-11 21:04:07 -07:00
Rename some things.
Took 17 minutes Took 11 seconds Took 18 seconds
This commit is contained in:
parent
f10c3608c5
commit
42e289b57d
30 changed files with 132 additions and 130 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue