Bugfix in gephex-0.4 branch: new graph was not working
Georg Seidel <[email protected]> Thu, 17 May 2007 14:08:08 +0200
| Newsgroups | gmane.comp.video.gephex.devel |
|---|---|
| Message-ID | <[email protected]> |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, unfortunately, a very basic thing is not working in the 0.4.4 release (at least on Mac OS X with Qt 4.1.0): one cannot create new graphs using the "New Graph" pop up menu. There is a work-around: it is possible to copy an existing graph and remove all modules/controls/snapshots manually in the copy. I fixed the bug in the darcs repository. The problem was that the method newGraphSlot() in graphnameview.cpp was not declared in a 'protected slot:' section. It seems that in Qt4 is less tolerant in this respect than Qt3. The problem was fixed simply by adding a 'protected slots:' line before the method. Regards, Georg -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGTEWo/rP0cdKF/ToRAniVAKClqls3Zdq3AO/mvCcqVdd8boPnOQCfRQG6 avoWPtF6yqwecR0xl5ie2a0= =kI5U -----END PGP SIGNATURE-----