View Single Post
Eminem's Avatar
Posts: 212 | Thanked: 184 times | Joined on May 2010 @ Sweden
#10
Originally Posted by thedead1440 View Post
If I am not wrong, src/screenshot.cpp is the file you should be interested in:

Code:
 void Screenshot::capture()
{
    QString folder = QStandardPaths::writableLocation(QStandardPaths::PicturesLocation);
    if (_useSubfolder) {
        folder.append("/Screenshots");
    }
Located where?
__________________
And the natural balance is restored to the universe