From 0836a6e06f86e366017da3b2b2c132b3a4f2c877 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 13 Jun 2005 20:38:19 +0000 Subject: Added some logfile code. Enhanced the file object... now ready to hook into mov_encoder --- src/info_gui.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/info_gui.cc') diff --git a/src/info_gui.cc b/src/info_gui.cc index db23827..2559402 100644 --- a/src/info_gui.cc +++ b/src/info_gui.cc @@ -38,6 +38,8 @@ #include "info_gui.h" +#include "miav_config.h" + #include #include @@ -59,6 +61,8 @@ bool InfoEventHandler::eventFilter( QObject *o, QEvent *e ) InfoGui::InfoGui(QApplication *a, QWidget *p): Info() { + log_filename = *config->readString("client_log_file"); + qapp = a; parent = p; @@ -140,4 +144,5 @@ void InfoGui::info(char *fmt, ...) showmsg(buf, TXT_INFO_TITLE, ICON_INFO); } + #endif/*USE_GUI*/ -- cgit v1.2.3