| 25 | #include "proxystyle.h" |
| 26 | |
| 27 | BankEditor_ProxyStyle::BankEditor_ProxyStyle(QStyle *style) : QProxyStyle(style) {} |
| 28 | |
| 29 | BankEditor_ProxyStyle::BankEditor_ProxyStyle(const QString &key) : QProxyStyle(key) {} |
| 30 |
nothing calls this directly
no outgoing calls
no test coverage detected