From 34753e7c80937cc664d0eeac79fc8b0338f1b7b6 Mon Sep 17 00:00:00 2001 From: Roy Sommer Date: Thu, 12 Sep 2019 11:51:40 +0300 Subject: [PATCH] updated imports in demo --- src/demo.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/demo.ts b/src/demo.ts index 7fdfec7f6..63d15d4d3 100644 --- a/src/demo.ts +++ b/src/demo.ts @@ -17,9 +17,9 @@ import { WindowState, QTextOptionWrapMode, QApplication, - QClipboardMode + QClipboardMode, + QCheckBoxEvents } from "./index"; -import { QCheckBoxEvents } from './lib/QtWidgets/QCheckBox'; const path = require("path");