Add printToPDF API skeleton.
This commit is contained in:
parent
bd704dd8aa
commit
b360f7d86a
4 changed files with 12 additions and 0 deletions
|
@ -262,6 +262,9 @@ void NativeWindow::Print(bool silent, bool print_background) {
|
|||
PrintNow(silent, print_background);
|
||||
}
|
||||
|
||||
void NativeWindow::PrintToPDF() {
|
||||
}
|
||||
|
||||
void NativeWindow::ShowDefinitionForSelection() {
|
||||
NOTIMPLEMENTED();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue