Setting parent object for timers and formatting

This commit is contained in:
Klaus Basan
2018-01-21 01:04:46 +01:00
parent 3521bb5b0b
commit c39d4f66a3
6 changed files with 41 additions and 43 deletions

View File

@@ -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;