#ifndef NALL_QT_CONCEPT_HPP #define NALL_QT_CONCEPT_HPP #include namespace nall { template struct has_count> { enum { value = true }; }; } #endif