minor bugfix, start account editing feature
This commit is contained in:
parent
3c3e28b688
commit
16f96c4f2b
10 changed files with 102 additions and 23 deletions
|
@ -25,7 +25,6 @@
|
|||
#include <QLabel>
|
||||
#include <QResizeEvent>
|
||||
#include "../global.h"
|
||||
#include <QtQuickWidgets/QQuickWidget>
|
||||
|
||||
class MessageLine : public QWidget
|
||||
{
|
||||
|
@ -71,7 +70,6 @@ private:
|
|||
QString myName;
|
||||
std::map<QString, QString> palNames;
|
||||
std::deque<QHBoxLayout*> views;
|
||||
QQuickWidget busy;
|
||||
};
|
||||
|
||||
#endif // MESSAGELINE_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue