From 3565aad630864ecdbe53fdaa501ea708555b3c7c Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 30 Apr 2023 18:30:36 -0400 Subject: New upstream version 3.4.4+dfsg. --- SQLiteStudio3/coreSQLiteStudio/plugins/populaterandomtext.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'SQLiteStudio3/coreSQLiteStudio/plugins/populaterandomtext.h') diff --git a/SQLiteStudio3/coreSQLiteStudio/plugins/populaterandomtext.h b/SQLiteStudio3/coreSQLiteStudio/plugins/populaterandomtext.h index 892b302..fdc5c43 100644 --- a/SQLiteStudio3/coreSQLiteStudio/plugins/populaterandomtext.h +++ b/SQLiteStudio3/coreSQLiteStudio/plugins/populaterandomtext.h @@ -4,6 +4,7 @@ #include "builtinplugin.h" #include "populateplugin.h" #include "config_builder.h" +#include CFG_CATEGORIES(PopulateRandomTextConfig, CFG_CATEGORY(PopulateRandomText, @@ -47,6 +48,7 @@ class PopulateRandomTextEngine : public PopulateEngine CFG_LOCAL(PopulateRandomTextConfig, cfg) int range; QString chars; + QRandomGenerator randomGenerator; }; #endif // POPULATERANDOMTEXT_H -- cgit v1.2.3