mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-19 22:40:36 -04:00
Fixed missing seconds in time format.
Added new basic class for date/time format. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5825 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8a3973de81
commit
968f72f303
20 changed files with 195 additions and 77 deletions
|
@ -271,6 +271,7 @@ HEADERS += rshare.h \
|
|||
gui/im_history/IMHistoryItemPainter.h \
|
||||
lang/languagesupport.h \
|
||||
util/stringutil.h \
|
||||
util/DateTime.h \
|
||||
util/win32.h \
|
||||
util/RetroStyleLabel.h \
|
||||
util/dllexport.h \
|
||||
|
@ -571,6 +572,7 @@ SOURCES += main.cpp \
|
|||
gui/xprogressbar.cpp \
|
||||
lang/languagesupport.cpp \
|
||||
util/stringutil.cpp \
|
||||
util/DateTime.cpp \
|
||||
util/win32.cpp \
|
||||
util/RetroStyleLabel.cpp \
|
||||
util/WidgetBackgroundImage.cpp \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue