WIP. Added the user table view

This commit is contained in:
emeric
2014-07-23 23:28:16 +02:00
parent d4c0806f7a
commit f378a26a78
8 changed files with 167 additions and 4 deletions
+3 -2
View File
@@ -65,8 +65,9 @@ lms_SOURCES = \
$(top_srcdir)/ui/video/VideoDatabaseWidget.cpp \
$(top_srcdir)/ui/video/VideoMediaPlayerWidget.cpp \
$(top_srcdir)/ui/video/VideoParametersDialog.cpp \
$(top_srcdir)/ui/settings/Settings.cpp \
$(top_srcdir)/ui/settings/SettingsDatabaseFormView.cpp
$(top_srcdir)/ui/settings/Settings.cpp \
$(top_srcdir)/ui/settings/SettingsDatabaseFormView.cpp \
$(top_srcdir)/ui/settings/SettingsUsers.cpp
lms_CXXFLAGS=-std=c++11 -Wall -I$(top_srcdir)/boost/ -I$(top_srcdir)/ui -I$(top_srcdir)/remote