Documents > BPS V2 C++ API
bpstableoptions.h
00001 #ifndef BPSTABLEOPTIONS_H
00002 #define BPSTABLEOPTIONS_H
00003 
00004 #include <QSet>
00005 
00006 typedef QSet<qlonglong> BpsTableOptions;
00007 
00008 #endif