commonlib/types.h

changeset 61
56c52c10e444
parent 48
e121ea9dba93
child 63
d10a6be4d99e
equal deleted inserted replaced
60:485da13ee787 61:56c52c10e444
15 * You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */ 17 */
18 18
19 #pragma once 19 #pragma once
20 #include <QDataStream>
20 #include <QString> 21 #include <QString>
21 #include <QList> 22 #include <QList>
22 #include <QVariant> 23 #include <QVariant>
23 24
24 typedef qint8 int8; 25 typedef qint8 int8;

mercurial