Compilation error since #12969 #10556

Closed
opened 2026-02-21 20:50:03 -05:00 by deekerman · 0 comments
Owner

Originally created by @Rootax on GitHub (Jun 6, 2020).

Hi,

With latest commit about Qt5 #12969 , I can't compile Qbt anymore.

I know it's french, but it says :

....\qBittorrent-master\src\gui\properties\proptabbar.cpp(104): error C2039: 'idClicked'ÿ: n'est pas membre de 'QButtonGroup'
G:\qbopti3\install_msvc64\qt5\include\QtWidgets/qabstractbutton.h(53): note: voir la d‚claration de 'QButtonGroup'
....\qBittorrent-master\src\gui\properties\proptabbar.cpp(105): error C2065: 'idClicked'ÿ: identificateur non déclaré

Then stop.

It seems that idClicked is not a member of qtbuttongroup / not declared.

I compile with MSVC 2017, and against QT 5.15 beta 2, and everything was fine before this commit...

Thx :)

Originally created by @Rootax on GitHub (Jun 6, 2020). Hi, With latest commit about Qt5 #12969 , I can't compile Qbt anymore. I know it's french, but it says : ..\..\qBittorrent-master\src\gui\properties\proptabbar.cpp(104): error C2039: 'idClicked'ÿ: n'est pas membre de 'QButtonGroup' G:\qbopti3\install_msvc64\qt5\include\QtWidgets/qabstractbutton.h(53): note: voir la d‚claration de 'QButtonGroup' ..\..\qBittorrent-master\src\gui\properties\proptabbar.cpp(105): error C2065: 'idClicked'ÿ: identificateur non déclaré Then stop. It seems that idClicked is not a member of qtbuttongroup / not declared. I compile with MSVC 2017, and against QT 5.15 beta 2, and everything was fine before this commit... Thx :)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/qBittorrent#10556
No description provided.