mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 00:55:12 +00:00
Expose gtk integration to lib_base
This commit is contained in:
@@ -24,25 +24,6 @@ bool GtkIntegration::loaded() const {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool GtkIntegration::checkVersion(uint major, uint minor, uint micro) const {
|
||||
return false;
|
||||
}
|
||||
|
||||
std::optional<bool> GtkIntegration::getBoolSetting(
|
||||
const QString &propertyName) const {
|
||||
return std::nullopt;
|
||||
}
|
||||
|
||||
std::optional<int> GtkIntegration::getIntSetting(
|
||||
const QString &propertyName) const {
|
||||
return std::nullopt;
|
||||
}
|
||||
|
||||
std::optional<QString> GtkIntegration::getStringSetting(
|
||||
const QString &propertyName) const {
|
||||
return std::nullopt;
|
||||
}
|
||||
|
||||
std::optional<int> GtkIntegration::scaleFactor() const {
|
||||
return std::nullopt;
|
||||
}
|
||||
|
Reference in New Issue
Block a user