Code refactor
More flexible tool API Minor code format fixes Clipboard freeze fixed(?) Arrow correcly growing close to the start point Improve maintainability Add undo/redo stack
This commit is contained in:
@@ -49,7 +49,7 @@ void DBusUtils::captureTaken(uint id, QByteArray rawImage) {
|
||||
|
||||
void DBusUtils::captureFailed(uint id) {
|
||||
if (m_id == id) {
|
||||
QTextStream(stdout) << "screenshot failed";
|
||||
QTextStream(stdout) << "screenshot aborted\n";
|
||||
qApp->exit();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user