forked from Lainports/freebsd-ports
39 lines
972 B
Text
39 lines
972 B
Text
*** message.cxx.orig Thu Aug 7 01:39:42 2003
|
|
--- message.cxx Tue Sep 9 07:53:11 2003
|
|
*************** ThreadSafeMessage::~ThreadSafeMessage()
|
|
*** 52,68 ****
|
|
}
|
|
|
|
|
|
! void::ThreadSafeMessage::DisplayError(PString thisMessage)
|
|
{
|
|
DisplayError(QString((const char *)thisMessage));
|
|
}
|
|
|
|
! void::ThreadSafeMessage::DisplayWarning(PString thisMessage)
|
|
{
|
|
DisplayWarning(QString((const char *)thisMessage));
|
|
}
|
|
|
|
! void::ThreadSafeMessage::DisplayInformation(PString thisMessage)
|
|
{
|
|
DisplayInformation(QString((const char *)thisMessage));
|
|
}
|
|
--- 52,68 ----
|
|
}
|
|
|
|
|
|
! void ThreadSafeMessage::DisplayError(PString thisMessage)
|
|
{
|
|
DisplayError(QString((const char *)thisMessage));
|
|
}
|
|
|
|
! void ThreadSafeMessage::DisplayWarning(PString thisMessage)
|
|
{
|
|
DisplayWarning(QString((const char *)thisMessage));
|
|
}
|
|
|
|
! void ThreadSafeMessage::DisplayInformation(PString thisMessage)
|
|
{
|
|
DisplayInformation(QString((const char *)thisMessage));
|
|
}
|