mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
Setting parent object for timers and formatting
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
#define BLACKGUI_SHOWHIDEBAR_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
|
||||
#include <QFrame>
|
||||
#include <QObject>
|
||||
#include <QScopedPointer>
|
||||
@@ -21,7 +20,6 @@
|
||||
class QWidget;
|
||||
|
||||
namespace Ui { class CShowHideBar; }
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
//! Show or hide (expand / collapse) another section
|
||||
@@ -34,7 +32,7 @@ namespace BlackGui
|
||||
explicit CShowHideBar(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
~CShowHideBar();
|
||||
virtual ~CShowHideBar();
|
||||
|
||||
//! Is shown?
|
||||
bool isShown() const;
|
||||
|
||||
Reference in New Issue
Block a user