File indexing completed on 2024-04-28 05:36:16

0001 /*
0002  *  SPDX-FileCopyrightText: Copyright 2023 Jakob Petsovits <jpetso@petsovits.com>
0003  *
0004  *  SPDX-License-Identifier: GPL-2.0-or-later
0005  */
0006 
0007 #pragma once
0008 
0009 #include "powerdevilcore_export.h" // exported just for use in tests
0010 
0011 namespace PowerDevil
0012 {
0013 
0014 void POWERDEVILCORE_EXPORT migrateConfig(bool isMobile, bool isVM, bool canSuspend);
0015 
0016 } // namespace PowerDevil