version 2.0.0_alpha
Important! All QtWraps macros renamed! Qt 6 support Graphic export feature qad_types cross-Qt small changes
This commit is contained in:
@@ -79,7 +79,8 @@ public slots:
|
||||
void setDuplicatesEnabled(bool yes) {duplicates_ = yes;}
|
||||
void setLimit(int l);
|
||||
void setHistoryColor(const QColor & c);
|
||||
void clear(bool silent = false);
|
||||
void clear(bool silent);
|
||||
void clear() {clear(false);}
|
||||
void undo();
|
||||
void redo();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user