mirror of
https://github.com/leozide/leocad
synced 2025-01-29 20:34:50 +01:00
Qt4 fix.
This commit is contained in:
parent
1bfa710706
commit
d0f1b2e49e
1 changed files with 7 additions and 0 deletions
|
@ -49,6 +49,13 @@ class lcTabWidget : public QTabWidget
|
|||
{
|
||||
public:
|
||||
lcTabWidget();
|
||||
|
||||
#if (QT_VERSION < QT_VERSION_CHECK(5, 0, 0))
|
||||
QTabBar* tabBar()
|
||||
{
|
||||
return QTabWidget::tabBar();
|
||||
}
|
||||
#endif
|
||||
};
|
||||
|
||||
class lcModelTabWidget : public QWidget
|
||||
|
|
Loading…
Add table
Reference in a new issue