|
|
Vampirefreaks.com Opensource Tools - Issue Tracker |
[ Download Binary and Source Packages ] |
| Anonymous | Login | Signup for a new account | 2010-09-09 08:16 EDT |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
| 0000073 | [VampireFreaks Messenger] Bug Report | crash | always | 2010-02-24 14:32 | 2010-02-26 21:56 | |||||||
| Reporter | CrabFinger | View Status | public | |||||||||
| Assigned To | ||||||||||||
| Priority | normal | Resolution | open | |||||||||
| Status | feedback | Product Version | v1.0 beta 2 | |||||||||
| Summary | 0000073: raimwindow.cpp:23: error: ‘class QTabWidget’ has no member named ‘setTabsClosable’ | |||||||||||
| Description | http://vampirefreaks.pastebin.com/cRWWUuYG [^] | |||||||||||
| Additional Information | ||||||||||||
| Tags | No tags attached. | |||||||||||
| Attached Files | ||||||||||||
|
|
||||||||||||
Notes |
|
|
(0000049) steph (administrator) 2010-02-24 22:07 |
Sorry, I can not reproduce this bug. Can you tell me what version of QT4 is installed on that system, and which Linux distro? Both QT4.5 and QT4.6 have setTabsClosable: http://doc.trolltech.com/4.5/qtabwidget.html#tabsClosable-prop [^] http://doc.trolltech.com/4.6/qtabwidget.html#tabsClosable-prop [^] Also, please do not sudo qmake, running qmake as a superuser is not necessary and possibly a security risk. Sudo is only required for 'make install' |
|
(0000050) CrabFinger (reporter) 2010-02-26 12:47 |
crabfinger@fiveblueheron:~$ aptitude search -F "%p %V %v" qt4 | grep "^qt4" qt4-demos 4.4.3-1+le <none> qt4-designer 4.4.3-1+le <none> qt4-dev-tools 4.4.3-1+le <none> qt4-doc 4.4.3-1+le <none> qt4-doc-html 4.4.3-1+le <none> qt4-qmake 4.4.3-1+le 4.4.3-1+le qt4-qtconfig 4.4.3-1+le 4.4.3-1+le Looks like debian doesn't want to let me install higher than 4.4.3 i'll have to find better repositories |
|
(0000051) steph (administrator) 2010-02-26 21:56 |
Actually, you can try commenting out the lines with setTabClosable in them (just add // before the line), it should compile then. |