Quote Originally Posted by Atomic_Sheep View Post
I included a function prototype in the header file for the filemanager.cpp file:

void FileManager::fileopen(struct properties *pointer);
In your header file you should only have:
Qt Code:
  1. void fileopen(struct properties *pointer);
To copy to clipboard, switch view to plain text mode 
The extra qualification is "FileManager::"