Finish lerge refactor of systems
This commit is contained in:
parent
6d742e60db
commit
913d7df56d
36 changed files with 614 additions and 634 deletions
|
|
@ -6,8 +6,8 @@
|
|||
#include <QListWidgetItem>
|
||||
#include <QTime>
|
||||
#include <memory>
|
||||
#include "src/items/poweritem.h"
|
||||
|
||||
#include<src/items/item.h>
|
||||
|
||||
class MainObject;
|
||||
|
||||
|
|
@ -29,17 +29,15 @@ private:
|
|||
|
||||
QColorDialog colorChooser;
|
||||
|
||||
std::shared_ptr<PowerItem> _powerItem;
|
||||
|
||||
signals:
|
||||
|
||||
void sigSave();
|
||||
void createdItem(std::shared_ptr<Item> item);
|
||||
void sigSetRgb(const QColor color);
|
||||
|
||||
private slots:
|
||||
|
||||
//RGB
|
||||
void slotChangedRgb(const QColor color);
|
||||
void showPowerItemDialog();
|
||||
void showItemCreationDialog();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue