comparison BitDecoder.hpp @ 40:f711ddb56ae7

Sort up includes.
author Tom Fredrik Blenning Klaussen <bfg@blenning.no>
date Fri, 07 Sep 2012 13:32:33 +0200
parents 95a10553ff90
children 41cc0d8ac77f
comparison
equal deleted inserted replaced
39:f23fa42238dc 40:f711ddb56ae7
1 #ifndef BITDECODER_HPP 1 #ifndef BITDECODER_HPP
2 #define BITDECODER_HPP 2 #define BITDECODER_HPP
3 3
4 #include <QtCore/QBitArray> 4 #include <QtCore/QBitArray>
5 #include <QtCore/QMap>
5 #include <QtCore/QString> 6 #include <QtCore/QString>
6 #include <QtCore/QMap>
7 7
8 class BitDecoder { 8 class BitDecoder {
9 BitDecoder* low; 9 BitDecoder* low;
10 BitDecoder* high; 10 BitDecoder* high;
11 QString _data; 11 QString _data;