mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-19 15:25:51 -04:00
Include Foundation framework only on macOS
This commit is contained in:
parent
ea499a4831
commit
40b6ea4264
@ -15,8 +15,6 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
#include "BrowserShared.h"
|
||||
|
||||
#include "config-keepassx.h"
|
||||
@ -27,6 +25,10 @@
|
||||
#include <QProcessEnvironment>
|
||||
#endif
|
||||
|
||||
#if defined(Q_OS_MACOS)
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
namespace BrowserShared
|
||||
{
|
||||
QString localServerPath()
|
||||
|
Loading…
x
Reference in New Issue
Block a user