Version changed

This commit is contained in:
Arin Alexander
2017-10-26 13:32:16 +04:00
parent 741fc55d12
commit d46201ca21
2 changed files with 2 additions and 1 deletions

View File

@@ -45,6 +45,7 @@
#ifdef HAVE_QT4
QT_BEGIN_NAMESPACE
class LimeReportTabWidget: public QTabWidget{
Q_OBJECT
public:
explicit LimeReportTabWidget(QWidget *parent = 0):QTabWidget(parent){}
QTabBar* tabBar() const{ return QTabWidget::tabBar();}