Thread
:
[Qt] Functions cannot access objects defined in the same class .. ! Possibly a bug ?
View Single Post
tommiasp
2010-07-05 , 14:34
Posts: 13 | Thanked: 12 times | Joined on Apr 2010 @ Finland
#
8
problem: QListWidget *foldersList = new QListWidget();
you define new QListWidget pointer in browseFolders() and it cant be seen outside
correct: foldersList = new QListWidget();
Quote & Reply
|
The Following User Says Thank You to tommiasp For This Useful Post:
ahmadka
tommiasp
View Public Profile
Send a private message to tommiasp
Find all posts by tommiasp