examples - include guards. use qrand()

This commit is contained in:
Allen Winter
2019-12-10 14:48:10 -05:00
parent 1723f001c9
commit 41d07ef8c6
4 changed files with 8 additions and 2 deletions

View File

@@ -21,6 +21,8 @@
#ifndef EXAMPLEDOCKABLEWIDGET_H
#define EXAMPLEDOCKABLEWIDGET_H
#pragma once
#include <QWidget>
class QPainter;