diff options
| author | Gabriel Anderson <[email protected]> | 2007-08-15 22:29:19 +0000 |
|---|---|---|
| committer | Gabriel Anderson <[email protected]> | 2007-08-15 22:29:19 +0000 |
| commit | e0138a6d7cce7b8bd442e4f91ff2624e4304bb01 (patch) | |
| tree | a7b712d51059afa11b29184131adf6667539beed /src | |
| parent | d3178ea15f793295ac04317f4f08deeacb6e8690 (diff) | |
Removed a bad Q_ASSERT
svn path=/trunk/KDE/kdebase/apps/; revision=700585
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphincontextmenu.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dolphincontextmenu.cpp b/src/dolphincontextmenu.cpp index 7aa93dfc7..1123f582e 100644 --- a/src/dolphincontextmenu.cpp +++ b/src/dolphincontextmenu.cpp @@ -208,7 +208,6 @@ void DolphinContextMenu::openItemContextMenu() void DolphinContextMenu::openViewportContextMenu() { - Q_ASSERT(!m_fileInfo.isNull()); KMenu* popup = new KMenu(m_mainWindow); // setup 'Create New' menu |
