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

Build error ‘visibleChanged’ is not a member of ‘QAction’ #252

Open
AndyM48 opened this issue Aug 2, 2024 · 0 comments
Open

Build error ‘visibleChanged’ is not a member of ‘QAction’ #252

AndyM48 opened this issue Aug 2, 2024 · 0 comments

Comments

@AndyM48
Copy link

AndyM48 commented Aug 2, 2024

g++ -c -pipe -O3 -std=gnu++1z -fno-rtti -fno-exceptions -flto -fno-fat-lto-objects -Wall -Wextra -D_REENTRANT -fPIC -DAPP_VERSION=4.0 -DAPP_NAME=Minitube -DAPP_UNIX_NAME=minitube -DAPP_SNAPSHOT -DQT_NO_DEBUG_OUTPUT -DQT_USE_QSTRINGBUILDER -DHTTP -DMEDIA_MPV -DQAPPLICATION_CLASS=QApplication -DAPP_LINUX -DDATADIR="/usr/share" -DPKGDATADIR="/usr/share/minitube" -DQT_NO_DYNAMIC_CAST -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I. -Ilib/qt-reusable-widgets -Ilib/http/src -Ilib/idle/src -Ilib/js -Ilib/promises -Ilib/yt -Ilib/yt/ytjs -Ilib/media/src -Ilib/media/src/mpv -Ilib/singleapplication -Isrc -Ilocale -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtX11Extras -I/usr/include/qt/QtGui -I/usr/include/qt/QtQml -I/usr/include/qt/QtNetwork -I/usr/include/qt/QtSql -I/usr/include/qt/QtDBus -I/usr/include/qt/QtCore -Ibuild/moc -I/usr/lib/qt/mkspecs/linux-g++ -o build/obj/lib/qt-reusable-widgets/actionbutton.o lib/qt-reusable-widgets/actionbutton.cpp
lib/qt-reusable-widgets/actionbutton.cpp: In member function ‘void ActionButton::setAction(QAction*)’:
lib/qt-reusable-widgets/actionbutton.cpp:14:35: error: ‘visibleChanged’ is not a member of ‘QAction’
14 | connect(action, &QAction::visibleChanged, this,
| ^~~~~~~~~~~~~~

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

No branches or pull requests

1 participant