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