Skip to content
New issue

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

Started to port to qt5 [WORK-IN-PROGRESS] #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

LinuxDonald
Copy link
Collaborator

Started to port to qt5. Not done. @jakoch this is the last errors:

[linuxdonald@linuxdonald-pc src]$ make 
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DNOMINMAX -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -Ifreeglut/include -isystem /usr/include/qt -isystem /usr/include/qt/QtOpenGL -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o mainwindow.o mainwindow.cpp
mainwindow.cpp: In Elementfunktion »void MainWindow::textureSelectionChanged()«:
mainwindow.cpp:252:23: Fehler: »class QOpenGLWidget« has no member named »highlightedChanged«; did you mean »windowTitleChanged«?
    ui->previewWidget->highlightedChanged(indices);
                       ^~~~~~~~~~~~~~~~~~
mainwindow.cpp:274:21: Fehler: »class QOpenGLWidget« has no member named »highlightedChanged«; did you mean »windowTitleChanged«?
  ui->previewWidget->highlightedChanged(indices);
                     ^~~~~~~~~~~~~~~~~~
mainwindow.cpp: In Elementfunktion »void MainWindow::refreshPressed()«:
mainwindow.cpp:404:21: Fehler: »class QOpenGLWidget« has no member named »refreshed«; did you mean »redirected«?
  ui->previewWidget->refreshed(imgAtlas);
                     ^~~~~~~~~
mainwindow.cpp:405:21: Fehler: »class QOpenGLWidget« has no member named »updateOccupation«; did you mean »updateBehavior«?
  ui->previewWidget->updateOccupation(regions);
                     ^~~~~~~~~~~~~~~~
make: *** [Makefile:978: mainwindow.o] Fehler 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant