File indexing completed on 2024-04-21 04:56:45

0001 /**
0002  * SPDX-FileCopyrightText: 2013 Albert Vaca <albertvaka@gmail.com>
0003  *
0004  * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0005  */
0006 
0007 #ifndef NETWORKPACKETTYPES_H
0008 #define NETWORKPACKETTYPES_H
0009 
0010 #define PACKET_TYPE_IDENTITY QStringLiteral("kdeconnect.identity")
0011 #define PACKET_TYPE_PAIR QStringLiteral("kdeconnect.pair")
0012 
0013 #endif // NETWORKPACKETTYPES_H