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