mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-05-05 14:26:28 -04:00
Added new window for text editing.
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
*/
|
||||
#include "MessageType.hpp"
|
||||
#include "windows/NotesMainWindow.hpp"
|
||||
#include "windows/NotesEditWindow.hpp"
|
||||
#include "service-db/messages/DBMessage.hpp"
|
||||
|
||||
#include "ApplicationNotes.hpp"
|
||||
@@ -83,6 +84,9 @@ void ApplicationNotes::createUserInterface() {
|
||||
|
||||
window = new gui::NotesMainWindow(this);
|
||||
windows.insert(std::pair<std::string,gui::AppWindow*>(window->getName(), window));
|
||||
|
||||
window = new gui::NotesEditWindow(this);
|
||||
windows.insert(std::pair<std::string,gui::AppWindow*>(window->getName(), window));
|
||||
}
|
||||
|
||||
void ApplicationNotes::destroyUserInterface() {
|
||||
|
||||
Reference in New Issue
Block a user