add of blocNote

This commit is contained in:
2025-06-25 00:12:34 +02:00
parent c8a253e690
commit 78cd25df39
72 changed files with 82 additions and 10 deletions
+3 -1
View File
@@ -2,6 +2,7 @@
#define MAINWINDOW_H
#include "character.h"
#include "notepad.h"
#include <QMainWindow>
@@ -38,9 +39,10 @@ private slots:
private:
Ui::MainWindow *ui;
NotePad *notePad;
bool edition = false;
bool notePad = false;
bool backPack = false;
QString currentFile;
QList<Character*> characters;
Character* currentCharacter;