Skip to content
This repository has been archived by the owner. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/qt6gtk2-qtplugin/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ QT_BEGIN_NAMESPACE
class Qt6Gtk2ThemePlugin : public QPlatformThemePlugin
{
Q_OBJECT
Q_PLUGIN_METADATA(IID QPlatformThemeFactoryInterface_iid FILE "qt6gtk2.json")
Q_PLUGIN_METADATA(IID "QPlatformThemeFactoryInterface_iid" FILE "qt6gtk2.json")

public:
QPlatformTheme *create(const QString &key, const QStringList &params) override;
Expand Down