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