11 lines
No EOL
135 B
C++
11 lines
No EOL
135 B
C++
#ifndef DIRECTORYMODEL_H
|
|
#define DIRECTORYMODEL_H
|
|
|
|
|
|
class DirectoryModel
|
|
{
|
|
public:
|
|
DirectoryModel();
|
|
};
|
|
|
|
#endif // DIRECTORYMODEL_H
|