init
This commit is contained in:
12
lib/printing/lc_printing.h
Normal file
12
lib/printing/lc_printing.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef LC_PRINTING_H
|
||||
#define LC_PRINTING_H
|
||||
|
||||
#include <QPrinter>
|
||||
#include "rs.h"
|
||||
|
||||
namespace LC_Printing
|
||||
{
|
||||
QPrinter::PageSize rsToQtPaperFormat(RS2::PaperFormat f);
|
||||
}
|
||||
|
||||
#endif // LC_PRINTING_H
|
||||
Reference in New Issue
Block a user