blob: 933fe7c9f06f477d6c5a8d67e09df4672911f630 (
plain) (
tree)
|
|
--- calligra-3.2.1/CMakeLists.txt.old 2020-05-14 06:53:49.000000000 +0000
+++ calligra-3.2.1/CMakeLists.txt 2020-07-29 23:07:48.255879433 +0000
@@ -1068,7 +1068,7 @@
# e.g.:
# calligra_disable_product(APP_FOO "isn't buildable at the moment")
-calligra_disable_product(APP_BRAINDUMP "Disabled, will (probably) be removed from Calligra")
+#calligra_disable_product(APP_BRAINDUMP "Disabled, will (probably) be removed from Calligra")
#############################################
#### Calculate buildable products ####
--- calligra-3.2.1/braindump/src/MainWindow.h.old 2020-05-14 01:51:30.000000000 -0500
+++ calligra-3.2.1/braindump/src/MainWindow.h 2022-11-19 04:34:25.337849680 -0600
@@ -22,6 +22,7 @@
#include <kxmlguiwindow.h>
#include <KoCanvasSupervisor.h>
+#include <QMap>
class DockerManager;
class RootSection;
|