mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-01 12:54:31 -04:00
Moving IconDownloader to gui/
This commit is contained in:
parent
9bffe05020
commit
ba8611cf4c
5 changed files with 3 additions and 3 deletions
|
@ -297,9 +297,9 @@ endif()
|
|||
if(WITH_XC_NETWORKING)
|
||||
list(APPEND keepassx_SOURCES
|
||||
core/HibpDownloader.cpp
|
||||
core/IconDownloader.cpp
|
||||
core/NetworkManager.cpp
|
||||
gui/UpdateCheckDialog.cpp
|
||||
gui/IconDownloader.cpp
|
||||
gui/IconDownloaderDialog.cpp
|
||||
updatecheck/UpdateChecker.cpp)
|
||||
endif()
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include "gui/IconModels.h"
|
||||
#include "gui/MessageBox.h"
|
||||
#ifdef WITH_XC_NETWORKING
|
||||
#include "core/IconDownloader.h"
|
||||
#include "gui/IconDownloader.h"
|
||||
#endif
|
||||
|
||||
IconStruct::IconStruct()
|
||||
|
|
|
@ -23,9 +23,9 @@
|
|||
#include "core/Entry.h"
|
||||
#include "core/Global.h"
|
||||
#include "core/Group.h"
|
||||
#include "core/IconDownloader.h"
|
||||
#include "core/Metadata.h"
|
||||
#include "core/Tools.h"
|
||||
#include "gui/IconDownloader.h"
|
||||
#include "gui/IconModels.h"
|
||||
#ifdef Q_OS_MACOS
|
||||
#include "gui/osutils/macutils/MacUtils.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue