core!: fix typo in ShellScreen.primaryOrientation

This commit is contained in:
outfoxxed 2025-01-19 01:00:03 -08:00
parent d195ca7680
commit d6b58521e9
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 5 additions and 7 deletions

View file

@ -40,7 +40,7 @@ class QuickshellScreenInfo: public QObject {
/// The ratio between physical pixels and device-independent (scaled) pixels.
Q_PROPERTY(qreal devicePixelRatio READ devicePixelRatio NOTIFY physicalPixelDensityChanged);
Q_PROPERTY(Qt::ScreenOrientation orientation READ orientation NOTIFY orientationChanged);
Q_PROPERTY(Qt::ScreenOrientation primatyOrientation READ primaryOrientation NOTIFY primaryOrientationChanged);
Q_PROPERTY(Qt::ScreenOrientation primaryOrientation READ primaryOrientation NOTIFY primaryOrientationChanged);
// clang-format on
public: