]> Some of my projects - anidbudpclient.git/commit
Add 5th byte of File FileFlag (FMask).
authorAPTX <marek321@gmail.com>
Sun, 19 Jun 2011 15:59:37 +0000 (17:59 +0200)
committerAPTX <marek321@gmail.com>
Sun, 19 Jun 2011 15:59:37 +0000 (17:59 +0200)
commita5422ca073c97acf27c63c5e98176735984aa85f
tree9fb17c40cb21404c70658037988f0cf4507fad8e
parentbe52e18224615c3f6833f85beeb60487e022352f
Add 5th byte of File FileFlag (FMask).

This change uses enum type features from C++0x which should be available in at least 2 most recent major releases of MSVC&GCC. Modified QFlags & friends are added to handle enums with arbitrary types. The use and API did not change.
anidbudpclient.pro
anidbudpclient_global.h
aniqflags.h [new file with mode: 0644]
filecommand.cpp