From 5746abc233d24e39e84effb481b3baac1e9fe19b Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 26 May 2022 16:56:36 +0200 Subject: Make use of ctor externals for better cross-system compilation support. --- src/qookie-cast-client.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/qookie-cast-client.h') diff --git a/src/qookie-cast-client.h b/src/qookie-cast-client.h index e22b8e7..8e4299a 100644 --- a/src/qookie-cast-client.h +++ b/src/qookie-cast-client.h @@ -1,7 +1,8 @@ // -*- c++ -*- -#include -#include -#include + +#include +#include +#include class Server : public QObject @@ -29,9 +30,8 @@ class MyTabs : public QTabWidget { Q_OBJECT public: - MyTabs(); + MyTabs(); public slots: - void doCloseIt(int index); + void doCloseIt(int index); }; - -- cgit v1.2.3