
maxpower44 at tiscali
Dec 8, 2003, 7:08 AM
Post #1 of 3
(1087 views)
Permalink
|
I have coded a version of videomanager that allow french user to grab movies's informations from a french site in place of grabbing from imdb. this version continue to work with IMDB for non french user. It's work like charm but my implementation is not very clean. to make this much cleaner, I have create a class called "MovieGrabber" which grab information from IMDB and an class inherited from "MovieGrabber" called "MovieGrabberFrench". My problem is that I don't understand what "protected slots:" and "private slots:" does it mean. Anybody can explain me ? xavier
|