Skip to content

Commit 93bd1cf

Browse files
committed
Fix issue #125
1 parent f44042b commit 93bd1cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/contexts/win32windowcontext.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,6 @@ namespace QWK {
343343
case HTBORDER:
344344
return Win32WindowContext::FixedBorder;
345345
default:
346-
Q_UNREACHABLE();
347346
break;
348347
}
349348
return Win32WindowContext::Outside;

0 commit comments

Comments
 (0)