fix examples + playground

This commit is contained in:
2025-04-05 13:40:07 +02:00
parent 254e7cd03e
commit 3dc0ec2929
5 changed files with 16 additions and 15 deletions

View File

@@ -6,6 +6,7 @@
#pragma once
#include <QwtPlot>
#include <QTimeZone>
class Settings;
@@ -20,6 +21,6 @@ class Plot : public QwtPlot
void applySettings( const Settings& );
private:
void initAxis( int axis, const QString& title, Qt::TimeSpec );
void initAxis( int axis, const QString& title, QTimeZone );
void applyAxisSettings( int axis, const Settings& );
};