LibrePCB Developers Documentation
filepath.h File Reference
#include "../qtcompat.h"
#include <QtCore>
+ Include dependency graph for filepath.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FilePath
 This class represents absolute, well-formatted paths to files or directories. More...
 

Namespaces

 librepcb
 

Functions

QDataStream & operator<< (QDataStream &stream, const FilePath &filepath)
 
QDebug & operator<< (QDebug &stream, const FilePath &filepath)
 
QtCompat::Hash qHash (const FilePath &key, QtCompat::Hash seed=0) noexcept