MCPcopy Create free account
hub / github.com/Wohlstand/OPL3BankEditor / BankEditor_ProxyStyle

Method BankEditor_ProxyStyle

src/proxystyle.cpp:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25#include "proxystyle.h"
26
27BankEditor_ProxyStyle::BankEditor_ProxyStyle(QStyle *style) : QProxyStyle(style) {}
28
29BankEditor_ProxyStyle::BankEditor_ProxyStyle(const QString &key) : QProxyStyle(key) {}
30

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected