Closed martonmiklos closed 5 years ago
Hi, thanks for this PR. Travis fail because it use Qt5.2 : I want to keep Qt5.2 compatibility for old systems. Q_ENUM macro appears in Qt5.5, so is it possible to remove this statement ?
Yes we can live without this QMetaEnum based solution, just I thought it is going to be more elegant this way. I will get a Qt 5.2 copy for development to prevent these errors.
I have enabled C++11 for the GUI project, so it shall be OK now.
Can you please remove C++ pro option and temporary brew option fix?
It should be mergable by now!
After opening a file with the FilePage next time the same path will be opened with the file browse dialog.
This PR also enabling c++11 in the pro file as discussed in the #19