Operation.h 217 B

12345678910111213141516171819
  1. #ifndef QLOW_SEM_OPERATION_H
  2. #define QLOW_SEM_OPERATION_H
  3. namespace qlow
  4. {
  5. namespace sem
  6. {
  7. class InlineOperation;
  8. }
  9. }
  10. class qlow::sem::InlineOperation
  11. {
  12. };
  13. #endif // QLOW_SEM_OPERATION_H