printerprocessor.h 145 B

1234567891011
  1. #ifndef PRINTERPROCESSOR_H
  2. #define PRINTERPROCESSOR_H
  3. class PrinterProcessor
  4. {
  5. public:
  6. PrinterProcessor();
  7. };
  8. #endif // PRINTERPROCESSOR_H