mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 11:10:44 +00:00
17 lines
410 B
C
17 lines
410 B
C
|
/* Session Testing Support
|
||
|
*
|
||
|
* Copyright (c) 2019 The OSCAR Team
|
||
|
*
|
||
|
* This file is subject to the terms and conditions of the GNU General Public
|
||
|
* License. See the file COPYING in the main directory of the source code
|
||
|
* for more details. */
|
||
|
|
||
|
#ifndef SESSIONTESTS_H
|
||
|
#define SESSIONTESTS_H
|
||
|
|
||
|
#include "../SleepLib/session.h"
|
||
|
|
||
|
void SessionToYaml(QString filepath, Session* session);
|
||
|
|
||
|
#endif // SESSIONTESTS_H
|