Removing unnecessary forward declaration from toolbar.h
This commit is contained in:
@@ -5,13 +5,12 @@
|
|||||||
// Licence: wxWindows licence
|
// Licence: wxWindows licence
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
class QToolBar;
|
|
||||||
|
|
||||||
#ifndef _WX_QT_TOOLBAR_H_
|
#ifndef _WX_QT_TOOLBAR_H_
|
||||||
#define _WX_QT_TOOLBAR_H_
|
#define _WX_QT_TOOLBAR_H_
|
||||||
|
|
||||||
class QActionGroup;
|
class QActionGroup;
|
||||||
class wxQtToolBar;
|
class QToolBar;
|
||||||
|
|
||||||
class WXDLLIMPEXP_CORE wxToolBar : public wxToolBarBase
|
class WXDLLIMPEXP_CORE wxToolBar : public wxToolBarBase
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user