fix clang-format warning (#183)

This commit is contained in:
Atul R 2019-11-09 00:07:55 +01:00 committed by GitHub
parent 382f2d7da6
commit 87886aeec9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,10 @@
#include <napi.h>
#include <stdlib.h>
#include <QPointer>
#include "QtWidgets/QWidget/qwidget_macro.h"
#include "ncheckbox.hpp"
#include <QPointer>
class QCheckBoxWrap : public Napi::ObjectWrap<QCheckBoxWrap> {
private: