mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
More indentation correction
This commit is contained in:
parent
b9a9234cf6
commit
455ff6fee7
@ -127,8 +127,8 @@ public:
|
||||
|
||||
protected:
|
||||
bool wantInitialFocus() const override { return true; }
|
||||
void mouseMoveEvent(QMouseEvent * event) override;
|
||||
void mousePressEvent(QMouseEvent * event) override;
|
||||
void mouseMoveEvent(QMouseEvent * event) override;
|
||||
void mousePressEvent(QMouseEvent * event) override;
|
||||
void mouseDoubleClickEvent(QMouseEvent *event) override;
|
||||
|
||||
public Q_SLOTS:
|
||||
@ -145,7 +145,7 @@ private:
|
||||
/// The encapsulated widget.
|
||||
GuiSearchWidget * widget_;
|
||||
///
|
||||
QPoint dragPosition;
|
||||
QPoint dragPosition;
|
||||
};
|
||||
|
||||
} // namespace frontend
|
||||
|
Loading…
Reference in New Issue
Block a user