summaryrefslogtreecommitdiffstats
path: root/filesorter.h
blob: 957252d6b0ccf93d91077ae5a1e9776dc90a13e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef FILESORTER_H
#define FILESORTER_H


class FileSorter
{
public:
    FileSorter();
};

#endif // FILESORTER_H