Version 1.13.0

This commit is contained in:
2020-09-16 01:28:37 +03:00
parent 1bcef63d3d
commit 22b9abfcb4
7 changed files with 81 additions and 13 deletions

View File

@@ -40,11 +40,14 @@ public:
QString currentValue() const;
private:
void keyPressEvent(QKeyEvent * e) override;
private slots:
void adjust();
signals:
void commit();
void gotoHRef(QCodeEdit::ACEntry e);
};