Tracker: style fixes to VirtualDirectoryWindow
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2013, Haiku, Inc.
|
* Copyright 2013 Haiku, Inc. All rights reserved.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
@@ -58,6 +58,8 @@ All rights reserved.
|
|||||||
|
|
||||||
namespace BPrivate {
|
namespace BPrivate {
|
||||||
|
|
||||||
|
// #pragma mark - VirtualDirectoryWindow
|
||||||
|
|
||||||
|
|
||||||
VirtualDirectoryWindow::VirtualDirectoryWindow(LockingList<BWindow>* windowList,
|
VirtualDirectoryWindow::VirtualDirectoryWindow(LockingList<BWindow>* windowList,
|
||||||
uint32 containerWindowFlags, window_look look, window_feel feel,
|
uint32 containerWindowFlags, window_look look, window_feel feel,
|
||||||
@@ -175,5 +177,4 @@ VirtualDirectoryWindow::AddWindowContextMenus(BMenu* menu)
|
|||||||
resizeItem->SetTarget(this);
|
resizeItem->SetTarget(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
} // namespace BPrivate
|
} // namespace BPrivate
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2013, Haiku, Inc.
|
* Copyright 2013 Haiku, Inc. All rights reserved.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
|
|||||||
Reference in New Issue
Block a user