Skip to content

Commit e27ded9

Browse files
committed
amendment
1 parent 826652e commit e27ded9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugins/SimpleDrawLine/src/SimpleDrawLine.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#define SIMPLEDRAWLINE_HPP
2121

2222
#include "StelModule.hpp"
23-
#include <QFont>
2423

2524
//! This is an example of a plug-in which can be dynamically loaded into stellarium
2625
class SimpleDrawLine : public StelModule
@@ -35,7 +34,7 @@ class SimpleDrawLine : public StelModule
3534
void draw(StelCore* core) override;
3635
double getCallOrder(StelModuleActionName actionName) const override;
3736
private:
38-
// Font used for displaying our text
37+
// Font size used for displaying our text
3938
int fontSize;
4039
};
4140

0 commit comments

Comments
 (0)