Code refactor
More flexible tool API Minor code format fixes Clipboard freeze fixed(?) Arrow correcly growing close to the start point Improve maintainability Add undo/redo stack
This commit is contained in:
@@ -24,8 +24,7 @@
|
||||
#include <QFrame>
|
||||
#include <QIcon>
|
||||
|
||||
NotificationWidget::NotificationWidget(QWidget *parent) : QWidget(parent)
|
||||
{
|
||||
NotificationWidget::NotificationWidget(QWidget *parent) : QWidget(parent) {
|
||||
m_timer = new QTimer(this);
|
||||
m_timer->setSingleShot(true);
|
||||
m_timer->setInterval(7000);
|
||||
|
||||
Reference in New Issue
Block a user