mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Consistently use slots / signals
We started out using Q_SLOTS and Q_SIGNALS but then changed our mind. Let's make this consistent again. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
0a92052765
commit
07a16574e9
7 changed files with 10 additions and 10 deletions
|
@ -44,7 +44,7 @@ public:
|
|||
GlobeGPS *globe();
|
||||
void showError(QString message);
|
||||
|
||||
private Q_SLOTS:
|
||||
private slots:
|
||||
|
||||
|
||||
/* file menu action */
|
||||
|
@ -90,7 +90,7 @@ private Q_SLOTS:
|
|||
protected:
|
||||
void closeEvent(QCloseEvent *);
|
||||
|
||||
public Q_SLOTS:
|
||||
public slots:
|
||||
void readSettings();
|
||||
void refreshDisplay();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue