You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.
src/dsowidget.cpp: In member function ‘bool DsoWidget::exportAs()’:
src/dsowidget.cpp:450:84: error: ‘class QFileDialog’ has no member named ‘selectedFilter’
exporter.setFormat((ExportFormat) (EXPORT_FORMAT_PDF + filters.indexOf(fileDialog.selectedFilter())));
^
make: *** [build/obj/dsowidget.o] Error 1
I am kinda linux noob btw so i may missing something. I run qmake, then make and i get this. My OS is Ubuntu 14.04. Also the ppa doesnt seem to work anymore.
The text was updated successfully, but these errors were encountered:
Hey, builds fine at HEAD of my repository, also Ubuntu 14.04. The line number of your log does not match with my code, are you using my repo? Anyway, that seems to be part of the "export image" code. If you don't use that feature you may just delete the whole line (or grab the qt documentation and fix it, it's probably some API change).
src/dsowidget.cpp: In member function ‘bool DsoWidget::exportAs()’:
src/dsowidget.cpp:450:84: error: ‘class QFileDialog’ has no member named ‘selectedFilter’
exporter.setFormat((ExportFormat) (EXPORT_FORMAT_PDF + filters.indexOf(fileDialog.selectedFilter())));
^
make: *** [build/obj/dsowidget.o] Error 1
I am kinda linux noob btw so i may missing something. I run qmake, then make and i get this. My OS is Ubuntu 14.04. Also the ppa doesnt seem to work anymore.
The text was updated successfully, but these errors were encountered: