mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-20 20:34:25 -04:00
fixed timestamp
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2452 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
34735c9668
commit
c18196ec3d
1 changed files with 1 additions and 1 deletions
|
@ -646,7 +646,7 @@ void MessagesDialog::insertMessages()
|
||||||
{
|
{
|
||||||
QDateTime qtime;
|
QDateTime qtime;
|
||||||
qtime.setTime_t(it->ts);
|
qtime.setTime_t(it->ts);
|
||||||
if (it->ts > 86400)
|
if (it->ts < 86400)
|
||||||
{
|
{
|
||||||
QString timestamp = qtime.toString("hh:mm:ss");
|
QString timestamp = qtime.toString("hh:mm:ss");
|
||||||
item3 -> setText(timestamp);
|
item3 -> setText(timestamp);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue