mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-09-19 04:14:43 -04:00
Refactor: separate GUI sources from core sources
This PR splits the GUI source files from the core source files. The immediate goal is to allow the CLI to require only a minimum number of dynamic libraries. The long term goal is to create an architectural boundary around the core module, in preparation of libkdbx.
This commit is contained in:
parent
854459068f
commit
166a371050
36 changed files with 173 additions and 163 deletions
|
@ -18,7 +18,7 @@
|
|||
#ifndef KEEPASSXC_TESTURLTOOLS_H
|
||||
#define KEEPASSXC_TESTURLTOOLS_H
|
||||
|
||||
#include "core/UrlTools.h"
|
||||
#include "gui/UrlTools.h"
|
||||
#include <QObject>
|
||||
#include <QPointer>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue