serverptr.h File Reference
#include <QSharedPointer>

Go to the source code of this file.

Typedefs

using ServerCPtr = QSharedPointer< const Server >
 
using ServerPtr = QSharedPointer< Server >
 

Detailed Description

ServerPtr typedefs declarations.

This file contains forward declarations of ServerPtr types and is meant to be included wherever no real access to the underlying Server class is needed (which means "in other headers files", basically). Including server.h automatically includes serverptr.h, but should only be done where access to Server instances is actually needed. This is to reduce recompilation times whenever server.h changes. This file should always remain fairly static.

Definition in file serverptr.h.