I don't know why, but it seems when I use Qt creator class definition tool, In my project's .pro file, In 'SOURCES' and 'HEADERS' part, it makes all .cpp and .h files except the two new files I've added to the project.
By commenting the code that excludes these files in .pro, problem solved.