We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This might be a consequence of qt4 version but I had to add this include in MainWindowImpl.cpp
#include "MainWindowImpl.h" #include "LibrariesInfo.h" #include <QTimer> #include <QStandardItemModel> #include <QFileInfo> #include <QFileDialog> #include <QMessageBox> #include <QDragEnterEvent> #include <QMimeData> #include <QUrl> // <--- New const char *versionString = "1.0";
Otherwise, you get this kind of messages at make time
../MainWindowImpl.cpp:208:24: error: invalid use of incomplete type ‘class QUrl’ openFile(urls.first().toLocalFile()); ~~~~~~~~~~^~
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This might be a consequence of qt4 version but I had to add this include in MainWindowImpl.cpp
Otherwise, you get this kind of messages at make time
The text was updated successfully, but these errors were encountered: