Bonjour,
Voila un extrait de mon code:
Et voila l'erreur.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11 class copyThread : public QThread { ... public: enum currentStat { Stopped, Paused, Running }; copyThread::currentStat theCurrentStat; ///< The current stat };
Pour moi c'est bon, ou est mon erreur?
Code : Sélectionner tout - Visualiser dans une fenêtre à part CopyThread.h:130: error: 'currentStat' in class 'copyThread' does not name a type
Partager