PDA

View Full Version : Namespace error in qt



ehnuh
25th October 2012, 14:09
Hi, i am encountering a namespace error which states :

"a namespace with this name does not exist"

even though the header included before it has that declared namespace.

e.g

#include "progressbar.h"
using namespace common;


..and in my progressbar.h
I have alread declared namespace common;

has anyone encountered a similar error?