mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-21 17:51:03 +00:00
parent
fe85162a29
commit
c5ae08f0b8
@ -223,7 +223,7 @@ Q_SIGNALS:
|
||||
|
||||
public Q_SLOTS:
|
||||
///
|
||||
void setBusy(bool);
|
||||
void setBusy(bool) override;
|
||||
/// idle timeout.
|
||||
/// clear any temporary message and replace with current status.
|
||||
void clearMessage();
|
||||
|
@ -55,7 +55,7 @@ public:
|
||||
|
||||
protected:
|
||||
///
|
||||
void resizeEvent (QResizeEvent * event);
|
||||
void resizeEvent (QResizeEvent * event) override;
|
||||
|
||||
public Q_SLOTS:
|
||||
///
|
||||
|
@ -46,7 +46,7 @@ public:
|
||||
bool sorted, bool sortedByCat, bool unknown);
|
||||
|
||||
///
|
||||
void showPopup();
|
||||
void showPopup() override;
|
||||
|
||||
///
|
||||
bool eventFilter(QObject * o, QEvent * e) override;
|
||||
|
Loading…
Reference in New Issue
Block a user