mirror of
https://github.com/gtalent/sc9k.git
synced 2025-09-10 13:42:56 -05:00
Add preview button to Image tab in settings
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <QHash>
|
||||
#include <cstdint>
|
||||
#include <QString>
|
||||
#include <QVector>
|
||||
|
||||
@@ -24,7 +24,7 @@ void setVideoConfig(class QSettings &settings, QVector<VideoConfig> const&vc);
|
||||
|
||||
void setVideoConfig(QVector<VideoConfig> const&vc);
|
||||
|
||||
QVector<VideoConfig> getVideoConfig(QSettings &settings);
|
||||
QVector<VideoConfig> getVideoConfig(class QSettings &settings);
|
||||
|
||||
QVector<VideoConfig> getVideoConfig();
|
||||
|
||||
|
Reference in New Issue
Block a user