mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-20 11:48:35 -06:00
13 lines
159 B
C++
13 lines
159 B
C++
#ifndef _WHEEL_TAB_H
|
|
#define _WHEEL_TAB_H 1
|
|
|
|
#include <qwidget.h>
|
|
|
|
class WheelTab: public QWidget
|
|
{
|
|
public:
|
|
WheelTab( QWidget *parent = NULL );
|
|
};
|
|
|
|
#endif
|