Qt4: put and get message history

This commit is contained in:
Pasi Kallinen
2017-10-10 22:55:30 +03:00
parent 4dff3a707e
commit 2fcf1ad139
6 changed files with 53 additions and 1 deletions
+4
View File
@@ -78,6 +78,10 @@ public:
static void qt_start_screen();
static void qt_end_screen();
static char *qt_getmsghistory(BOOLEAN_P init);
static void qt_putmsghistory(const char *msg, BOOLEAN_P is_restoring);
static void qt_putmsghistory(const std::string& msg, BOOLEAN_P is_restoring);
static void qt_outrip(winid wid, int how, time_t when);
static int qt_kbhit();