mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-04 00:05:25 +08:00
qt 6.5.1 original
This commit is contained in:
15
examples/network/shared/sctpchannels.h
Normal file
15
examples/network/shared/sctpchannels.h
Normal file
@ -0,0 +1,15 @@
|
||||
// Copyright (C) 2016 Alex Trotsenko <alex1973tr@gmail.com>
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
|
||||
|
||||
#ifndef SCTPCHANNELS_H
|
||||
#define SCTPCHANNELS_H
|
||||
|
||||
enum SctpChannels {
|
||||
Movie = 0,
|
||||
Time = 1,
|
||||
Chat = 2,
|
||||
|
||||
NumberOfChannels = 3
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user