enable plain text driver

This commit is contained in:
yggverse 2024-09-13 12:42:16 +03:00
parent b71eec6944
commit df7fe0273b
2 changed files with 9 additions and 6 deletions

View file

@ -1,7 +1,6 @@
#ifndef APP_BROWSER_MAIN_TAB_PAGE_CONTENT_TEXT_HPP
#define APP_BROWSER_MAIN_TAB_PAGE_CONTENT_TEXT_HPP
//#include <gtkmm/adjustment.h> @TODO
#include <glibmm/i18n.h>
#include <glibmm/ustring.h>
#include <gtkmm/scrolledwindow.h>
@ -20,7 +19,7 @@ namespace app::browser::main::tab::page::content
Text(
const Type & TYPE,
const Glib::ustring & VALUE
const Glib::ustring & TEXT
);
};
}