ui squawk refactoring
This commit is contained in:
parent
69e0c88d8d
commit
2c26c7e264
13 changed files with 263 additions and 61 deletions
|
@ -1,10 +1,4 @@
|
|||
target_sources(squawk PRIVATE
|
||||
account.cpp
|
||||
account.h
|
||||
account.ui
|
||||
accounts.cpp
|
||||
accounts.h
|
||||
accounts.ui
|
||||
chat.cpp
|
||||
chat.h
|
||||
conversation.cpp
|
||||
|
@ -26,3 +20,4 @@ target_sources(squawk PRIVATE
|
|||
add_subdirectory(vcard)
|
||||
add_subdirectory(messageline)
|
||||
add_subdirectory(settings)
|
||||
add_subdirectory(accounts)
|
||||
|
|
8
ui/widgets/accounts/CMakeLists.txt
Normal file
8
ui/widgets/accounts/CMakeLists.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
target_sources(squawk PRIVATE
|
||||
account.cpp
|
||||
account.h
|
||||
account.ui
|
||||
accounts.cpp
|
||||
accounts.h
|
||||
accounts.ui
|
||||
)
|
|
@ -24,7 +24,7 @@
|
|||
#include <QItemSelection>
|
||||
|
||||
#include "account.h"
|
||||
#include "../models/accounts.h"
|
||||
#include "ui/models/accounts.h"
|
||||
|
||||
namespace Ui
|
||||
{
|
Loading…
Add table
Add a link
Reference in a new issue