mirror of
https://github.com/YACReader/yacreader
synced 2025-07-20 22:14:41 -04:00
new class for controlling navigation in LibraryWindow (NavigationController), code refactoring
This commit is contained in:
@ -15,6 +15,7 @@ class YACReaderSearchLineEdit : public QLineEdit
|
||||
|
||||
public:
|
||||
YACReaderSearchLineEdit(QWidget *parent = 0);
|
||||
void clearText(); //no signal emited;
|
||||
const QString text();
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user