mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-19 22:40:36 -04:00
Added OperatingMode ComboBox to the status bar.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5896 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
90415627a2
commit
f127201ae5
4 changed files with 124 additions and 0 deletions
|
@ -395,6 +395,7 @@ HEADERS += rshare.h \
|
|||
gui/statusbar/hashingstatus.h \
|
||||
gui/statusbar/discstatus.h \
|
||||
gui/statusbar/SoundStatus.h \
|
||||
gui/statusbar/OpModeStatus.h \
|
||||
gui/advsearch/advancedsearchdialog.h \
|
||||
gui/advsearch/expressionwidget.h \
|
||||
gui/advsearch/guiexprelement.h \
|
||||
|
@ -679,6 +680,7 @@ SOURCES += main.cpp \
|
|||
gui/statusbar/hashingstatus.cpp \
|
||||
gui/statusbar/discstatus.cpp \
|
||||
gui/statusbar/SoundStatus.cpp \
|
||||
gui/statusbar/OpModeStatus.cpp \
|
||||
gui/toaster/MessageToaster.cpp \
|
||||
gui/toaster/DownloadToaster.cpp \
|
||||
gui/toaster/OnlineToaster.cpp \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue