1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-23 02:32:10 +02:00
falkonOfficial/src/app/proxystyle.h

21 lines
343 B
C
Raw Normal View History

#ifndef PROXYSTYLE_H
#define PROXYSTYLE_H
#include <QProxyStyle>
class ProxyStyle : public QProxyStyle
{
Q_OBJECT
public:
explicit ProxyStyle();
int styleHint(StyleHint hint, const QStyleOption* option = 0, const QWidget* widget = 0, QStyleHintReturn* returnData = 0) const;
signals:
public slots:
};
#endif // PROXYSTYLE_H