mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
13 lines
224 B
C++
13 lines
224 B
C++
#ifndef GOTO_FLOW_DECORATIONBAR_H
|
|
#define GOTO_FLOW_DECORATIONBAR_H
|
|
|
|
#include <QWidget>
|
|
|
|
class GoToFlowDecorationBar : public QWidget
|
|
{
|
|
Q_OBJECT
|
|
public:
|
|
GoToFlowDecorationBar(QWidget * parent = 0);
|
|
};
|
|
|
|
#endif |