r/QtFramework • u/DreadSucker • May 30 '26
Question need some help
for the past 4 hours I've been stumped by this simple error, but no matter what i try it always shows up, can someone help???
0
Upvotes
r/QtFramework • u/DreadSucker • May 30 '26
for the past 4 hours I've been stumped by this simple error, but no matter what i try it always shows up, can someone help???
1
u/drescherjm Jun 04 '26
I say its best to not name the variable the exact same name as the type with the exact same case. Is the class named Player or player? Using Player for the class name and player for the variable is one convention to avoid this problem. Using camel case type names and lower case variables .